#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
#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