]> git.saurik.com Git - wxWidgets.git/commitdiff
Including wx/msw/missing.h to define INVALID_FILE_ATTRIBUTES for MSVC6.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Jan 2013 20:13:03 +0000 (20:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 4 Jan 2013 20:13:03 +0000 (20:13 +0000)
This header is also needed in filename.cpp (see r73317 for a previous commit
fixing the same problem in filefn.cpp).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/filename.cpp

index 17f40be930ea55bdb1bd41436d2e4ecafbbc3f28..6434bcbaef03e97d7ab8ab61b5e6778311c665e4 100644 (file)
@@ -99,7 +99,8 @@
 #endif
 
 #ifdef __WINDOWS__
-#include "wx/msw/private.h"
+    #include "wx/msw/private.h"
+    #include "wx/msw/missing.h"
 #endif
 
 #if defined(__WXMAC__)