]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilo fix
authorJulian Smart <julian@anthemion.co.uk>
Sun, 20 Mar 2005 17:12:39 +0000 (17:12 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 20 Mar 2005 17:12:39 +0000 (17:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/fileconf.cpp

index daaa9291fb555161aea4d60f224f83cc6bce32e6..5847840f55f5d3f397e30415a4a5cf860597659f 100644 (file)
@@ -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);