]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
rewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState
[wxWidgets.git] / include / wx / stdpaths.h
index 106790f7d529effbf477c58996d411450449fe9e..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