]> git.saurik.com Git - wxWidgets.git/commitdiff
Missing flags.
authorWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Mar 2005 07:29:27 +0000 (07:29 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Wed, 9 Mar 2005 07:29:27 +0000 (07:29 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/palmos/setup0.h

index 256b740294ee0eb49c48d0aafc9ac7f97164a01a..f095929c9d1f094647c47d92a42fdda1bbd0ffad 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    0