temp compilation fix for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -24,6 +24,9 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
// FIXME: there is no Mac implementation yet
|
||||
#ifndef __WXMAC__
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/app.h"
|
||||
#endif //WX_PRECOMP
|
||||
@@ -84,3 +87,5 @@ wxString wxStandardPathsBase::AppendAppName(const wxString& dir)
|
||||
return subdir;
|
||||
}
|
||||
|
||||
#endif // !__WXMAC__
|
||||
|
||||
|
Reference in New Issue
Block a user