]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/setup0.h
wxSocket::Initialize() and Shutdown() are for main thread only.
[wxWidgets.git] / include / wx / palmos / setup0.h
index 18ca37e61c3eb83bae09cffe01733a8d643c27f8..33b7c3fa88cc2ce2af675b9d0a37d583e72591b2 100644 (file)
 // possible in which case setting this to 0 can gain up to 100KB.
 #define wxUSE_VARIANT 1
 
+// Support for wxAny class, the successor for wxVariant.
+//
+// Default is 1.
+//
+// Recommended setting: 1 unless you want to reduce the library size by a small amount,
+// or your compiler cannot for some reason cope with complexity of templates used.
+#define wxUSE_ANY 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.