From: Julian Smart Date: Sun, 20 Mar 2005 17:12:39 +0000 (+0000) Subject: Compilo fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d0eba44dcb1ae0a7ef63ab2e9cd0db63852af6b1 Compilo fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/fileconf.cpp b/src/common/fileconf.cpp index daaa9291fb..5847840f55 100644 --- a/src/common/fileconf.cpp +++ b/src/common/fileconf.cpp @@ -294,7 +294,7 @@ wxString wxFileConfig::GetGlobalDir() return wxT(".\\"); #elif defined(__WXWINCE__) strDir = wxT("\\Windows\\"); -#elif // Windows +#else // Windows wxChar szWinDir[MAX_PATH]; ::GetWindowsDirectory(szWinDir, MAX_PATH);