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

@@ -24,9 +24,6 @@
#pragma hdrstop
#endif
// FIXME: there is no Mac implementation yet
#ifndef __WXMAC__
#ifndef WX_PRECOMP
#include "wx/app.h"
#endif //WX_PRECOMP
@@ -87,5 +84,3 @@ wxString wxStandardPathsBase::AppendAppName(const wxString& dir)
return subdir;
}
#endif // !__WXMAC__