]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/stdpbase.cpp
fixup
[wxWidgets.git] / src / common / stdpbase.cpp
index 57a729623e55c012e13a5c0db6c74e2d33c3bd74..58e9e4ebbaa5e813bb346818f2738d0976f611e9 100644 (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__
-