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
This commit is contained in:
Vadim Zeitlin 2004-04-04 13:04:31 +00:00
parent 2aaf17c223
commit 6ed5d6cbfb

View File

@ -46,7 +46,7 @@
#endif //Win/Unix #endif //Win/Unix
#if defined(__WXMSW__) #if defined(__WXMSW__)
#include "wx/msw/private.h" // includes windows.h for MessageBox() #include "wx/msw/wrapwin.h" // includes windows.h for MessageBox()
#endif #endif
#if wxUSE_FONTMAP #if wxUSE_FONTMAP