From: Vadim Zeitlin <vadim@wxwidgets.org>
Date: Sun, 4 Apr 2004 13:04:31 +0000 (+0000)
Subject: include just wrapwin.h and not the entire msw/private.h
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6ed5d6cbfb67359946ee83dcef52fa644d90f2fe

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
---

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