]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
Added wxUSE_VARIANT and the related checks, also added wxUSE_OLE_AUTOMATION
[wxWidgets.git] / include / wx / mac / setup0.h
index 5ddefa3abe60b25f466296de0ccc97d4c08f0161..41f0246ee18358c0a5d8fe4b741969d91af90dd9 100644 (file)
 // This code is experimental and subject to change.
 #define wxUSE_URL_NATIVE 0
 
+// Support for wxVariant class used in several places throughout the library,
+// notably in wxDataViewCtrl API.
+//
+// Default is 1.
+//
+// Recommended setting: 1 unless you want to reduce the library size as much as
+// possible in which case setting this to 0 can gain up to 100KB.
+#define wxUSE_VARIANT 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.