diff --git a/src/msw/window.cpp b/src/msw/window.cpp index e4748ae8a1..f5db90dc55 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -112,7 +112,9 @@ #include "wx/msw/gnuwin32/extra.h" #endif -#include "wx/msw/missing.h" // for ENDSESSION_LOGOFF +#if defined(__GNUG__) +#include "wx/msw/missing.h" +#endif // ---------------------------------------------------------------------------- // standard constants not available with all compilers/headers