]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
Patches, updates from contributors, etc.
[wxWidgets.git] / setup.h_vms
index 7c14228bc44536235338c88cfbb8d90e58b32a68..ee62da1df4743604a65ebac0ee19f77469c6b48a 100644 (file)
 /* PowerPC Darwin & Mac OS X */
 #undef __POWERPC__
 
+/* MS-DOS with DJGPP */
+#undef __DOS__
+
 /* Stupid hack; __WINDOWS__ clashes with wx/defs.h */
 #ifndef __WINDOWS__
 #undef __WINDOWS__
  */
 #define wxUSE_UNICODE 0
 
+/*
+ * Use MS Layer for Unicode on Win9X (Win32 only)?
+ */
+#define wxUSE_UNICODE_MSLU 0
+
 /*
  * Work around a bug in GNU libc 5.x wcstombs() implementation.
  *