]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/filefn.cpp
Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.
[wxWidgets.git] / src / common / filefn.cpp
index 00f7106afbcd759339b21ea6f9fac67fa8592a64..e828319ae0913c893c5baca622430c24d81793ff 100644 (file)
 #endif
 
 #ifdef __GNUWIN32__
+#ifndef __TWIN32__
 #include <sys/unistd.h>
+#endif
+
 #define stricmp strcasecmp
 #endif