]> 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 586e48378120d46be3b6b5391592bcf9d73d372f..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 */
 
 /*