]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/wince/setup.h
Added some missing STL-like wxArray/wxArrayString constructors.
[wxWidgets.git] / include / wx / msw / wince / setup.h
index b468eef0dd5998809dba742d53f633f642c26efd..59d2c0e571bccf59bf96bf2b81d4abd626a8f1a7 100644 (file)
 // Default is 1
 //
 // Recommended setting: 0 unless you do plan to develop MT applications
-#define wxUSE_THREADS 0
+#define wxUSE_THREADS 1
 
 // If enabled (1), compiles wxWindows streams classes
 #define wxUSE_STREAMS       1
 //
 // 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
+#define wxUSE_REGEX       1
 
 // wxSystemOptions class
 #define wxUSE_SYSTEM_OPTIONS 1