From bba0174ac72712c2b9c38a317bf8d24059b105f4 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Wed, 9 Jul 2008 06:49:50 +0000 Subject: [PATCH] adjusting endif comment to new #if git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54562 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/fileconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index eabb54ed2a..d5626c7709 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -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); } -- 2.45.2