// Default is 1
//
// Recommended setting: 0 unless you do plan to develop MT applications
-#define wxUSE_THREADS 1
+#define wxUSE_THREADS 0
// If enabled (1), compiles wxWindows streams classes
#define wxUSE_STREAMS 1
// (notably, wxNotebook pages)
#define wxUSE_UXTHEME_AUTO 0
+// Set to 1 to if you're developing for MS SmartPhone
+#define wxUSE_SMARTPHONE 0
+
// ----------------------------------------------------------------------------
// obsolete settings
// ----------------------------------------------------------------------------