X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce336c6d76d8c513487af08857c1cd3cbe806d30..7c72311fe19b9451446e5f97bf7f8ee7535227a5:/include/wx/stdpaths.h diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index e96bfcd681..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 @@ -84,8 +89,8 @@ protected: #if defined(__WXMSW__) #include "wx/msw/stdpaths.h" -#elif defined(__WXMAC_OSX__) || defined(__WXCOCOA__) - #include "wx/mac/stdpaths.h" +#elif defined(__WXMAC__) || defined(__WXCOCOA__) + #include "wx/mac/corefoundation/stdpaths.h" #elif defined(__UNIX__) #include "wx/unix/stdpaths.h" #endif