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:
Vadim Zeitlin
2004-10-28 10:54:50 +00:00
parent 174f2229cd
commit adb61e4d0d

View File

@@ -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__