]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxcrtbase.h
Implement wxColour constructors to match other ports by adding char const * and wchar...
[wxWidgets.git] / include / wx / wxcrtbase.h
index 07828befe9c5d409002523c083cf4c36dcfbb0b1..6cc5b4b60dc244e7cd84ce042128d8eb85eab82c 100644 (file)
@@ -34,6 +34,9 @@
 #include <wctype.h>
 #include <time.h>
 
+#ifdef __WINDOWS__
+#include <io.h>
+#endif
 
 #if defined(HAVE_STRTOK_R) && defined(__DARWIN__) && defined(_MSL_USING_MW_C_HEADERS) && _MSL_USING_MW_C_HEADERS
     char *strtok_r(char *, const char *, char **);