X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9dc0367b9ad1dc27d872d2bf3b67138bf6e9b18f..794bcc2dea743ac907b839f54e451847c9ea4b72:/include/wx_cw_d.pch diff --git a/include/wx_cw_d.pch b/include/wx_cw_d.pch index 12b3530b86..a38cd139e5 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,13 @@ #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 #include "wx/wx_cw_cm.h" +#ifdef __WXMSW__ + #include + #include "wx/msw/winundef.h" +#endif