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