Compilo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ce76f779c6
commit
d0eba44dcb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user