X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/43a6124f651fe08a8f8a9529e5d495017ebd62b7..4d496ecbc48803b41b33e57d331895df5bfc7f56:/include/wx/wxprec.h diff --git a/include/wx/wxprec.h b/include/wx/wxprec.h index 5e34e7089c..6baf80e6f0 100644 --- a/include/wx/wxprec.h +++ b/include/wx/wxprec.h @@ -1,11 +1,11 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wxprec.h +// Name: wx/wxprec.h // Purpose: Includes the appropriate files for precompiled headers // Author: Julian Smart // Modified by: // Created: 01/02/97 // RCS-ID: $Id$ -// Copyright: (c) +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -22,7 +22,9 @@ defined(__VISAGECPP__) || \ defined(__MWERKS__) - #if !defined(NOPCH) + // If user did not request NOCPH and we're not building using configure + // then assume user wants precompiled headers. + #if !defined(NOPCH) && !defined(__WX_SETUP_H__) #define WX_PRECOMP #endif #endif @@ -34,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" @@ -43,6 +45,21 @@ #include "wx/msw/wrapwin.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 #include "wx/wx.h"