X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9dc0367b9ad1dc27d872d2bf3b67138bf6e9b18f..c57e060dc35e26d81cd091be409c12e7b406c5a0:/include/wx_cw_d.pch diff --git a/include/wx_cw_d.pch b/include/wx_cw_d.pch index 12b3530b86..9aa65032de 100644 --- a/include/wx_cw_d.pch +++ b/include/wx_cw_d.pch @@ -1,3 +1,6 @@ +#if __option (profile) + #error "profiling is not supported for debug targets" +#else #if __POWERPC__ #pragma precompile_target "wx_PPC_d.mch" @@ -10,8 +13,14 @@ #else #pragma precompile_target "wx_68k_d.mch" #endif - +#endif #pragma once on #undef WX_PRECOMP -#define __WXDEBUG__ +#define __WXDEBUG__ 1 +#define wxUSE_GUI 1 +#define OLDP2C 1 #include "wx/wx_cw_cm.h" +#ifdef __WXMSW__ + #include + #include "wx/msw/winundef.h" +#endif