]> git.saurik.com Git - wxWidgets.git/commitdiff
Include missing.h to find O_* flags.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 29 Sep 2004 05:44:37 +0000 (05:44 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 29 Sep 2004 05:44:37 +0000 (05:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/file.cpp

index 35fb3573e069deb5688ffc32efd832d59bbef523..b8d659f833a727edec30cb6a40624fbbd0fc1645 100644 (file)
@@ -54,7 +54,7 @@
 #endif
 
 #elif defined(__WXMSW__) && defined(__WXWINCE__)
 #endif
 
 #elif defined(__WXMSW__) && defined(__WXWINCE__)
-    // TODO: what to include?
+    #include  "wx/msw/missing.h"
 #elif (defined(__OS2__))
     #include <io.h>
 #elif (defined(__UNIX__) || defined(__GNUWIN32__))
 #elif (defined(__OS2__))
     #include <io.h>
 #elif (defined(__UNIX__) || defined(__GNUWIN32__))