/* PowerPC Darwin & Mac OS X */
#undef __POWERPC__
+#undef TARGET_CARBON
/* MS-DOS with DJGPP */
#undef __DOS__
#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__)
/* 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