]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h_vms
mini-patch for better layout under OSX
[wxWidgets.git] / setup.h_vms
index d09add5c37d64444e6001079276caafbbfac038b..60101dae627db3a44bff7c101c53245c2eb4d6e5 100644 (file)
@@ -63,6 +63,7 @@
    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
 #undef WORDS_BIGENDIAN
 
+#ifdef __WXGTK__
 /* Define this if your version of GTK+ is greater than 1.2 */
 #define __WXGTK12__ 1
 
@@ -71,6 +72,7 @@
 
 /* Define this if your version of GTK+ is greater than 1.3 */
 #undef __WXGTK20__
+#endif
 
 /*
  * Define to 1 for Unix[-like] system
 /*
  * Compile wxString with some Unicode (wide character) support?
  */
-#define wxUSE_WCHAR_T 0
+#define wxUSE_WCHAR_T 1
 
 /*
  * Compile wxWindows in Unicode mode (Win32 only for now)?
 /*
  * Compatibility with 2.2 API
  */
-#define WXWIN_COMPATIBILITY_2_2 1
+#define WXWIN_COMPATIBILITY_2_2 0
+/*
+ * Compatibility with 2.4 API
+ */
+#define WXWIN_COMPATIBILITY_2_4 1
 /*
  * Enables debugging: memory tracing, assert, etc., contains debug level
  */
 /* 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() */
 #define HAVE_USLEEP 1