]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Undefine true and false defined in scitech header
[wxWidgets.git] / include / wx / platform.h
index 725e6a99cb419b7677d823aa752e92ca802f9f3a..aa6c716c03370a3bf2c3950eaafbfd189a7b3353 100644 (file)
 
 #    ifndef __WIN32__
 #        define __WIN32__
-#    endif
-
-    /* this means Win95-style UI, i.e. Win9x/NT 4+: always true now */
-#    if !defined(__WIN95__)
-#        define __WIN95__
 #    endif
 #endif /* Win32 */
 
 #   endif
 #endif
 
-#ifdef __WINE__
-#   ifndef __WIN95__
-#       define __WIN95__
-#   endif
-#endif /* WINE */
-
 /* detect MS SmartPhone */
 #if defined( WIN32_PLATFORM_WFSP )
 #   ifndef __SMARTPHONE__