From 52778e004988b8a875679efbad5b8423cede1dfb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 31 Oct 2006 08:45:16 +0000 Subject: [PATCH] include wrapwin.h to get HMONITOR and friends declarations git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/msw/display.cpp b/src/msw/display.cpp index 3e87a50557..afd5d732ba 100644 --- a/src/msw/display.cpp +++ b/src/msw/display.cpp @@ -39,6 +39,7 @@ #include "wx/sysopt.h" #include "wx/display_impl.h" +#include "wx/msw/wrapwin.h" #include "wx/msw/missing.h" // define this to use DirectDraw for display mode switching: this is disabled -- 2.45.2