X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/20bc5ad8dd419d0d3e524079f8fdbe3d8c14231f..48e5284db6d6f1dab46a81a4ae0d0438ea37bd6e:/include/wx/wxprec.h?ds=sidebyside diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 1d3844dd9c..6baf80e6f0 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,7 +36,7 @@ #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" @@ -50,6 +50,16 @@ # 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 #include "wx/wx.h"