Added wxStandardPaths for wxMac and wxCocoa.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-10-29 21:38:33 +00:00
parent 03ff8fda8d
commit 726b98e9a1
6 changed files with 226 additions and 18 deletions

View File

@@ -84,8 +84,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