]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/setup0.h
added wxUSE_STDPATHS
[wxWidgets.git] / include / wx / mac / setup0.h
index 4feecf90c65fbef09ddab1dd6f782d3c803d8d87..f0fcaa873d160acb933af606bfeb108b1bc2b9e1 100644 (file)
 // Recommended setting: 1 (but may be safely disabled if you don't use it)
 #define wxUSE_FSVOLUME      1
 
+// Use wxStandardPaths class which allows to retrieve some standard locations
+// in the file system
+//
+// Default is 1
+//
+// Recommended setting: 1 (may be disabled to save space, but not much)
+#define wxUSE_STDPATHS      1
+
 // use wxTextBuffer class: required by wxTextFile
 #define wxUSE_TEXTBUFFER    1