From 3b01b1fe4cb656f39290bf7f3891667855abe601 Mon Sep 17 00:00:00 2001 From: David Elliott Date: Sat, 30 Oct 2004 07:41:30 +0000 Subject: [PATCH] wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/stdpaths.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index 106790f7d5..dba20f0284 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -14,7 +14,12 @@ #include "wx/string.h" +#if defined(__WXMAC__) +class WXDLLIMPEXP_BASE wxStandardPathsCF; +#define wxStandardPaths wxStandardPathsCF +#else class WXDLLIMPEXP_BASE wxStandardPaths; +#endif // ---------------------------------------------------------------------------- // wxStandardPaths returns the standard locations in the file system -- 2.50.0