]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsunx.cpp
Applied a few OS/2 patches for wxGTK.
[wxWidgets.git] / src / unix / utilsunx.cpp
index c4a312efbd2e1fde56791f243e28055fcd75ab6a..018bf84ca2938af2614ea60b7f111cb6ebb90304 100644 (file)
@@ -64,7 +64,7 @@
         #ifdef __SUN__
             int usleep(unsigned int usec);
         #else // !Sun
-        #ifdef __EMX
+        #ifdef __EMX__
             /* I copied this from the XFree86 diffs. AV. */
             #define INCL_DOSPROCESS
             #include <os2.h>