]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
Added --with-gnomeprint and its wxUSE_LIBGNOMEPRINT
[wxWidgets.git] / include / wx / stdpaths.h
index e96bfcd681a7cbb0b915e9a46d88c04cf795fe65..dba20f0284e499d3055c1442a5a9c432bd181d81 100644 (file)
 
 #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