From: Vadim Zeitlin Date: Fri, 30 May 2003 13:23:55 +0000 (+0000) Subject: compilation fix for yet another broken version of mingw (ENSESSION_LOGOFF not defined) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aedcc0dc8266fbc73d6bb513bf6c6b0f17932afa?ds=sidebyside compilation fix for yet another broken version of mingw (ENSESSION_LOGOFF not defined) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/window.cpp b/src/msw/window.cpp index feee0853de..e4748ae8a1 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -112,6 +112,8 @@ #include "wx/msw/gnuwin32/extra.h" #endif +#include "wx/msw/missing.h" // for ENDSESSION_LOGOFF + // ---------------------------------------------------------------------------- // standard constants not available with all compilers/headers // ----------------------------------------------------------------------------