X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17dff81c7141e142765b168ab225e5c61475669f..1a0d517ea4dbcef61ba9b0868318f686e97618bb:/include/wx/wx_cw_d.h diff --git a/include/wx/wx_cw_d.h b/include/wx/wx_cw_d.h index f56d8cdc0a..94d5dd1741 100644 --- a/include/wx/wx_cw_d.h +++ b/include/wx/wx_cw_d.h @@ -12,6 +12,13 @@ #ifndef _WX_CW__ #define _WX_CW__ +#if __MWERKS__ >= 0x2400 +#pragma old_argmatch on +#endif + +#if __option(profile) +#error "profiling is not supported in debug versions" +#else #ifdef __cplusplus #if __POWERPC__ #include @@ -33,6 +40,7 @@ #include #endif #endif +#endif #endif // _WX_CW__