]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stdpaths.h
[1001483] wxGetPasswordFromUser now uses wxPasswordEntryDialog instead of wxTextEntry...
[wxWidgets.git] / include / wx / stdpaths.h
index 106790f7d529effbf477c58996d411450449fe9e..8721d015d0e33b4415f0a2a733647a119f74772e 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
@@ -86,6 +91,8 @@ protected:
     #include "wx/msw/stdpaths.h"
 #elif defined(__WXMAC__) || defined(__WXCOCOA__)
     #include "wx/mac/corefoundation/stdpaths.h"
+#elif defined(__OS2__)
+    #include "wx/os2/stdpaths.h"
 #elif defined(__UNIX__)
     #include "wx/unix/stdpaths.h"
 #endif