From aedcc0dc8266fbc73d6bb513bf6c6b0f17932afa Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 30 May 2003 13:23:55 +0000 Subject: [PATCH] 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 --- src/msw/window.cpp | 2 ++ 1 file changed, 2 insertions(+) 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 // ---------------------------------------------------------------------------- -- 2.45.2