Compilo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -294,7 +294,7 @@ wxString wxFileConfig::GetGlobalDir()
|
|||||||
return wxT(".\\");
|
return wxT(".\\");
|
||||||
#elif defined(__WXWINCE__)
|
#elif defined(__WXWINCE__)
|
||||||
strDir = wxT("\\Windows\\");
|
strDir = wxT("\\Windows\\");
|
||||||
#elif // Windows
|
#else // Windows
|
||||||
|
|
||||||
wxChar szWinDir[MAX_PATH];
|
wxChar szWinDir[MAX_PATH];
|
||||||
::GetWindowsDirectory(szWinDir, MAX_PATH);
|
::GetWindowsDirectory(szWinDir, MAX_PATH);
|
||||||
|
|||||||
Reference in New Issue
Block a user