]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUSE_STDPATHS
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Mar 2005 00:08:54 +0000 (00:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 8 Mar 2005 00:08:54 +0000 (00:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/msw/wince/setup.h

index 3cffe5576070e37e7f3bdbae75c01f952cc0b1fc..c65e366e8161f00c0679fb5b0549d8e4d1538038 100644 (file)
 // Recommended setting: 1 (but may be safely disabled if you don't use it)
 #define wxUSE_FSVOLUME      0
 
+// 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