]> git.saurik.com Git - wxWidgets.git/commitdiff
adjusting endif comment to new #if
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 9 Jul 2008 06:49:50 +0000 (06:49 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 9 Jul 2008 06:49:50 +0000 (06:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fileconf.cpp

index eabb54ed2a23f74a658c678a7a606ca12641321a..d5626c7709685d6f2d64ac579805de785aea079a 100644 (file)
@@ -319,7 +319,7 @@ wxFileName wxFileConfig::GetLocalFile(const wxString& szFile, int style)
         fn.SetName(wxT('.') + fn.GetName());
     }
     else // we do append ".conf" extension to config files in subdirectories
-#endif // __UNIX__
+#endif // defined( __UNIX__ ) && !defined( __WXMAC__ )
     {
         AddConfFileExtIfNeeded(fn);
     }