]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/setup0.h
don't process VK_OEM_XXX key presses
[wxWidgets.git] / include / wx / msw / setup0.h
index d398e603852beae225929409eb6ad9e43483b8cb..821cfbf9554d56416a7a37786edfb1b961dfd009 100644 (file)
 // wxSystemOptions class
 #define wxUSE_SYSTEM_OPTIONS 1
 
+// Support for regular expression matching via wxRegEx class: enable this to
+// use POSIX regular expressions in your code. You need to compile regex
+// library from src/regex to use it under Windows.
+//
+// Default is 0
+//
+// Recommended setting: 1 if your compiler supports it, if it doesn't please
+// contribute us a makefile for src/regex for it
+#define wxUSE_REGEX       0
+
+// wxWave class
+#define wxUSE_WAVE      1
+
 // ----------------------------------------------------------------------------
 // Individual GUI controls
 // ----------------------------------------------------------------------------