# HG changeset patch # User bsmith@81767d24-ef19-dc11-ae90-00e081727c95 # Date 1612391232 0 # Node ID 5113afb0aea93f668b49620ddb54f03f13a0d265 # Parent 3361ce6070ce592792d553ceb476f48dc445e8cb OS/2: Fix a typo in that untested commit. diff -r 3361ce6070ce -r 5113afb0aea9 makefile.emx --- a/makefile.emx Wed Feb 03 21:44:15 2021 +0000 +++ b/makefile.emx Wed Feb 03 22:27:12 2021 +0000 @@ -61,5 +61,5 @@ $(CC) $(CFLAGS) -c $< zip: dw.dll - copy os2\readme-os2.txt . + cp os2/readme-os2.txt . zip dwindows-os2-$(VERDOT).zip readme-os2.txt readme.txt dw.dll dwcompat.dll dw.lib dwcompat.lib dw.h dwcompat.h diff -r 3361ce6070ce -r 5113afb0aea9 os2/dw.c --- a/os2/dw.c Wed Feb 03 21:44:15 2021 +0000 +++ b/os2/dw.c Wed Feb 03 22:27:12 2021 +0000 @@ -13863,7 +13863,7 @@ case DW_FEATURE_TASK_BAR: { if(hwndTrayServer) - return DW_ERROR_ENABLED; + return DW_FEATURE_ENABLED; return DW_FEATURE_UNSUPPORTED; } default: