]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesco Montorsi
[wxWidgets.git] / include / wx / platform.h
index 4df0aa5ab4b6d885c84745b43047a1d8311eddaf..2e0320a1445ad4ae92f29d5faa4491dc42e223c9 100644 (file)
@@ -58,8 +58,6 @@
    can autodetect everything we need if _WIN32 is defined
  */
 #if defined(__CYGWIN__) && defined(__WINDOWS__)
-    /* for Cygwin, a build of wxMSW, or a build with -mno-cygwin is treated
-     * as a Windows build. Otherwise it is treated as a unix compiler. */
 #    ifndef __WXMSW__
 #        define __WXMSW__
 #    endif
 #   include "wx/msw/wince/libraries.h"
 #endif
 
-/* Force inclusion of main PalmOS header: */
-#ifdef __WXPALMOS__
-#   include <PalmOS.h>
-#   undef Abs
-#endif
-
 /*
    This macro can be used to test the gcc version and can be used like this:
 
     ( defined( __CYGWIN__ ) && defined( __WINDOWS__ ) ) || \
       (defined(__WATCOMC__) && __WATCOMC__ >= 1200) ) && \
     !defined(__DOS__) && \
+    !defined(__WXOS2__) && \
     !defined(__WXMOTIF__) && \
     !defined(__WXGTK__) && \
     !defined(__WXX11__) && \
 #endif
 
 #endif /* _WX_PLATFORM_H_ */
-