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);