]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/platform.h
Remove the Innotek for OS/2 addition...configure now deals with this correctly on...
[wxWidgets.git] / include / wx / platform.h
index 9cb9554af7427d0affc4dd882676cd56182df434..d1c131e03e33c857c94646c48b464bec75c2eea6 100644 (file)
 
 /*
    some compilers don't support iostream.h any longer, while some of theme
-   are not updated with <iostream> yet, so override the users setting here 
+   are not updated with <iostream> yet, so override the users setting here
    in such case.
  */
 #if defined(_MSC_VER) && (_MSC_VER >= 1310)
 #    define wxUSE_IOSTREAMH 0
 #elif defined(__DMC__)
 #    undef wxUSE_IOSTREAMH
-#    define wxUSE_IOSTREAMH 1 
+#    define wxUSE_IOSTREAMH 1
 #endif /* compilers not supporting iostream.h */
 
 /*
 
 #    ifdef __EMX__
 #        define OS2EMX_PLAIN_CHAR
-#      ifdef __INNOTEK_LIBC__
-#        define wxSIZE_T_IS_UINT
-#      endif
 #    endif
 
     /* define __HPUX__ for HP-UX where standard macro is __hpux */