]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
avoid a bug in Carbon headers
[wxWidgets.git] / include / wx / defs.h
index 6a8b0d48421fca5107735b468fd6bf58802dad29..f991cbe8a142ca463d92007ce4776496041814cd 100644 (file)
@@ -2172,7 +2172,7 @@ typedef int             (__stdcall *WXFARPROC)();
 #endif // __WXMSW__
 
 
-#if defined(__WXPM__)
+#if defined(__WXPM__) || defined(__EMX__)
 #ifdef __EMX__
 /* Need a well-known type for WXFARPROC
    below. MPARAM is typedef'ed too late. */
@@ -2205,7 +2205,9 @@ typedef unsigned long   HIMAGELIST;
 typedef unsigned long   HGLOBAL;
 typedef unsigned long   DWORD;
 typedef unsigned short  WORD;
+#endif // WXPM || EMX
 
+#if defined (__WXPM__)
 // WIN32 graphics types for OS/2 GPI
 
 // RGB under OS2 is more like a PALETTEENTRY struct under Windows so we need a real RGB def