From 5e10aed554a7b23c02b6d906ce46f494c566d0f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Wed, 9 Mar 2005 07:29:27 +0000 Subject: [PATCH] Missing flags. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/palmos/setup0.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/include/wx/palmos/setup0.h b/include/wx/palmos/setup0.h index 256b740294..f095929c9d 100644 --- a/include/wx/palmos/setup0.h +++ b/include/wx/palmos/setup0.h @@ -286,6 +286,14 @@ // 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 -- 2.50.0