X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c9a19aabab3a878b565e6c2a5f2a3824277c4dc..5c45e86bac1d3f0b08a452f6436481824f79fe5a:/src/msw/dir.cpp diff --git a/src/msw/dir.cpp b/src/msw/dir.cpp index 724625bf1a..156147b0ae 100644 --- a/src/msw/dir.cpp +++ b/src/msw/dir.cpp @@ -17,7 +17,7 @@ // headers // ---------------------------------------------------------------------------- -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) #pragma implementation "dir.h" #endif @@ -41,6 +41,10 @@ #include "wx/dir.h" #include "wx/filefn.h" // for wxPathExists() +#ifdef __WXMSW__ + #include "wx/msw/private.h" +#endif + // ---------------------------------------------------------------------------- // define the types and functions used for file searching // ---------------------------------------------------------------------------- @@ -130,8 +134,6 @@ return (attr & (_A_SYSTEM | _A_HIDDEN)) != 0; } #else // Win32 - #include - typedef WIN32_FIND_DATA FIND_STRUCT; typedef HANDLE FIND_DATA; typedef DWORD FIND_ATTR;