X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/99d800190a04a2deaf769017a5fae04a4ae50378..3871d4ca7599c1156e4cca908ebdeb1474608650:/include/wx/wxprec.h?ds=sidebyside diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index d9491eb3d6..0a6f470002 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wxprec.h +// Name: wx/wxprec.h // Purpose: Includes the appropriate files for precompiled headers // Author: Julian Smart // Modified by: @@ -36,13 +36,32 @@ #ifdef WX_PRECOMP -// include first to ensure that UNICODE macro is correctly set +// include "wx/wxchar.h" first to ensure that UNICODE macro is correctly set // _before_ including #include "wx/wxchar.h" // 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 +#ifdef __WXPALMOS__ +# include +#endif + +// include +#ifdef __OS2__ +# include "wx/os2/private.h" +#endif + +// include mgl headers +#ifdef __WXMGL__ +# include "wx/mgl/private.h" #endif // include the most common wx headers