changeset 2285:5113afb0aea9

OS/2: Fix a typo in that untested commit.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Wed, 03 Feb 2021 22:27:12 +0000
parents 3361ce6070ce
children 2d282d8fe911
files makefile.emx os2/dw.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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: