X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/54ab82b3f94e7d691c31d4f33264f56aa2eecc12..100f92893de45f8ef41c90ad6e3cbfac946dc444:/setup.h.in diff --git a/setup.h.in b/setup.h.in index c238900902..94fa9896b9 100644 --- a/setup.h.in +++ b/setup.h.in @@ -94,6 +94,7 @@ /* PowerPC Darwin & Mac OS X */ #undef __POWERPC__ +#undef TARGET_CARBON /* MS-DOS with DJGPP */ #undef __DOS__ @@ -103,13 +104,21 @@ #undef __WINDOWS__ #endif +#ifndef __WIN95__ #undef __WIN95__ +#endif #ifndef __WIN32__ #undef __WIN32__ #endif +#ifndef __GNUWIN32__ #undef __GNUWIN32__ +#endif +#ifndef STRICT #undef STRICT +#endif +#ifndef WINVER #undef WINVER +#endif /* enable native status bar under Win32 */ #if defined(__WIN95__) && !defined(__WXUNIVERSAL__) @@ -747,6 +756,10 @@ * Compatibility with 2.2 API */ #define WXWIN_COMPATIBILITY_2_2 0 +/* + * Compatibility with 2.4 API + */ +#define WXWIN_COMPATIBILITY_2_4 0 /* * Enables debugging: memory tracing, assert, etc., contains debug level */ @@ -960,6 +973,9 @@ /* Define if you have vsnprintf() */ #undef HAVE_VSNPRINTF +/* Define if you have vsnprintf() declaration in the header */ +#undef HAVE_VSNPRINTF_DECL + /* Define if you have usleep() */ #undef HAVE_USLEEP