X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/dccd9b0ccaf509587c051d4826b48af843a26d9c..d86ea20ff4454a5288271231befb976dfdd89e82:/include/wx/mac/setup0.h diff --git a/include/wx/mac/setup0.h b/include/wx/mac/setup0.h index cb0d271e0c..f0fcaa873d 100644 --- a/include/wx/mac/setup0.h +++ b/include/wx/mac/setup0.h @@ -296,6 +296,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 1 @@ -948,10 +956,6 @@ // Set to 1 to use font metric files in GetTextExtent #define wxUSE_AFM_FOR_POSTSCRIPT 1 -// Set to 0 to disable PostScript print/preview architecture code under Windows -// (just use Windows printing). -#define wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW 1 - // ---------------------------------------------------------------------------- // database classes // ----------------------------------------------------------------------------