X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17dff81c7141e142765b168ab225e5c61475669f..11908acc894bb3d4ac83581545e1973635a50c58:/include/wx/wx_cw_d.h diff --git a/include/wx/wx_cw_d.h b/include/wx/wx_cw_d.h index f56d8cdc0a..23fb2e4b01 100644 --- a/include/wx/wx_cw_d.h +++ b/include/wx/wx_cw_d.h @@ -1,6 +1,6 @@ ///////////////////////////////////////////////////////////////////////////// // Name: wx_cw_d.h -// Purpose: wxWindows definitions for CodeWarrior builds (Debug) +// Purpose: wxWidgets definitions for CodeWarrior builds (Debug) // Author: Stefan Csomor // Modified by: // Created: 12/10/98 @@ -12,6 +12,13 @@ #ifndef _WX_CW__ #define _WX_CW__ +#if __MWERKS__ >= 0x2400 && __MWERKS__ < 0x3200 +#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__