]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/evtloop.h
fixed Cygwin compilation (there's no _get_osfhandle)
[wxWidgets.git] / include / wx / evtloop.h
index 07ba0008e02cd166906a183fd0093c17e9dfe544..cb2de4ac713df4c1622ee35f61039d1c75b7e0ee 100644 (file)
@@ -72,7 +72,7 @@ protected:
 // can sometimes be very useful (e.g. under MSW this is necessary for
 // integration with MFC) but currently this is done for MSW only, other ports
 // should follow a.s.a.p.
-#if defined(__PALMOS__)
+#if defined(__WXPALMOS__)
     #include "wx/palmos/evtloop.h"
 #elif defined(__WXMSW__)
     #include "wx/msw/evtloop.h"