Including wx/msw/missing.h to define INVALID_FILE_ATTRIBUTES for MSVC6.

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
This commit is contained in:
Vadim Zeitlin
2013-01-04 20:13:03 +00:00
parent 83c0a84c8c
commit 6fdda829b4

View 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__)