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
This commit is contained in:
Vadim Zeitlin
2003-05-30 13:23:55 +00:00
parent 7863fab40d
commit aedcc0dc82

View File

@@ -112,6 +112,8 @@
#include "wx/msw/gnuwin32/extra.h" #include "wx/msw/gnuwin32/extra.h"
#endif #endif
#include "wx/msw/missing.h" // for ENDSESSION_LOGOFF
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// standard constants not available with all compilers/headers // standard constants not available with all compilers/headers
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------