]> git.saurik.com Git - wxWidgets.git/commitdiff
temp compilation fix for wxMac
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Oct 2004 10:54:50 +0000 (10:54 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 28 Oct 2004 10:54:50 +0000 (10:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/stdpbase.cpp

index 58e9e4ebbaa5e813bb346818f2738d0976f611e9..57a729623e55c012e13a5c0db6c74e2d33c3bd74 100644 (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__
+