From: Włodzimierz Skiba Date: Sun, 12 Mar 2006 13:00:35 +0000 (+0000) Subject: More wxMSW specific headers in precompiled headers. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/30d5f9f54e2da068ccc3d33009405dd5ff4c1d8c?ds=inline More wxMSW specific headers in precompiled headers. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 6baf80e6f0..0a6f470002 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -43,6 +43,10 @@ // include standard Windows headers #if defined(__WXMSW__) #include "wx/msw/wrapwin.h" + #include "wx/msw/wrapcctl.h" + #include "wx/msw/wrapcdlg.h" + #include "wx/msw/private.h" + #include "wx/msw/missing.h" #endif // include all PalmOS headers at once