]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/setup0.h
Added wxSHOW_EFFECT_NONE.
[wxWidgets.git] / include / wx / osx / setup0.h
index 1783604b04a7ed19e2b672b340285b0e916ef8aa..2af5514a2ff1f75b97b2dd3bee36aec7a9e95867 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.