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:
@@ -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
|
||||
|
Reference in New Issue
Block a user