]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/mac/carbon/chkconf.h
2 * Name: wx/mac/chkconf.h
3 * Purpose: Compiler-specific configuration checking
8 * Copyright: (c) Julian Smart
9 * Licence: wxWindows licence
12 #ifndef _WX_MAC_CHKCONF_H_
13 #define _WX_MAC_CHKCONF_H_
16 * disable the settings which don't work for some compilers
20 * wxUSE_DEBUG_NEW_ALWAYS doesn't work with CodeWarrior
23 #if defined(__MWERKS__)
24 #undef wxUSE_DEBUG_NEW_ALWAYS
25 #define wxUSE_DEBUG_NEW_ALWAYS 0
29 /* _WX_MAC_CHKCONF_H_ */