From 6ed5d6cbfb67359946ee83dcef52fa644d90f2fe Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 4 Apr 2004 13:04:31 +0000 Subject: [PATCH] include just wrapwin.h and not the entire msw/private.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/appbase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index 706c1c97c8..a0d2dd9157 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -46,7 +46,7 @@ #endif //Win/Unix #if defined(__WXMSW__) - #include "wx/msw/private.h" // includes windows.h for MessageBox() + #include "wx/msw/wrapwin.h" // includes windows.h for MessageBox() #endif #if wxUSE_FONTMAP -- 2.45.2