]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stdpbase.cpp
have wxbuiltin wxmbconvutf7 return -1 (error) not 0. Some cleanups in string.cpp...
[wxWidgets.git] / 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__
+