]> git.saurik.com Git - wxWidgets.git/blobdiff - setup.h.in
Fix Non-ce MSW unicode builds
[wxWidgets.git] / setup.h.in
index f6be1dddf3952338d55821ed4a2b31083f5e6ca8..610b50e09c1a507341f64629ab6d1b756b7448ce 100644 (file)
@@ -46,7 +46,9 @@
 #undef STDC_HEADERS
 
 /* Define this to get extra features from GNU libc. */
+#ifndef _GNU_SOURCE
 #undef _GNU_SOURCE
+#endif
 
 /* Define to `int' if <sys/types.h> doesn't define.  */
 #undef uid_t
 
 #define wxUSE_STD_IOSTREAM  0
 
+#define wxUSE_STD_STRING  0
+
 
 #define wxUSE_LONGLONG      0
 
  * Use SDL for audio (Unix)
  */
 #define wxUSE_LIBSDL 0
+
+/*
+ * Compile sound backends as plugins
+ */
+#define wxUSE_PLUGINS 0
+
 /*
  * Use GNOME print for printing under GTK+ 2.0
  */