From: Vadim Zeitlin Date: Tue, 8 Mar 2005 00:08:54 +0000 (+0000) Subject: added wxUSE_STDPATHS X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d86ea20ff4454a5288271231befb976dfdd89e82 added wxUSE_STDPATHS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wince/setup.h b/include/wx/msw/wince/setup.h index 3cffe55760..c65e366e81 100644 --- a/include/wx/msw/wince/setup.h +++ b/include/wx/msw/wince/setup.h @@ -280,6 +280,14 @@ // 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