X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/565215b26a117edbbbb52d62c79ef0fc38d81c39..2049ba38adafa0ec146880de29f26e32dd69a125:/include/wx/msw/setup.h?ds=sidebyside diff --git a/include/wx/msw/setup.h b/include/wx/msw/setup.h index 2a3cf3da03..c0e1000729 100644 --- a/include/wx/msw/setup.h +++ b/include/wx/msw/setup.h @@ -116,13 +116,13 @@ // NOW MANDATORY: don't change. #define USE_MEMORY_TRACING 1 // If 1, enables debugging versions of wxObject::new and - // wxObject::delete *IF* DEBUG is also defined. + // wxObject::delete *IF* WXDEBUG is also defined. // WARNING: this code may not work with all architectures, especially // if alignment is an issue. -#define USE_DEBUG_CONTEXT 1 +#define USE_WXDEBUG_CONTEXT 1 // If 1, enables wxDebugContext, for // writing error messages to file, etc. - // If DEBUG is not defined, will still use + // If WXDEBUG is not defined, will still use // normal memory operators. // It's recommended to set this to 1, // since you may well need to output @@ -163,6 +163,11 @@ * */ +#define USE_APPLE_IEEE 1 + // if enabled, the float codec written by Apple + // will be used to write, in a portable way, + // float on the disk + /* * Motif and XView *