#undef WINVER
#endif
+/* OS/2 with EMX */
+#undef __OS2__
+
/* enable native status bar under Win32 */
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
#define wxUSE_NATIVE_STATUSBAR 1
*/
#define wxUSE_ZIPSTREAM 0
+/*
+ * Use gzip streams, requires wxUSE_ZLIB
+ */
+#define wxUSE_GZSTREAM 0
+
/*
* wxPalette class
*/