Fixed "c" prefix compile error on Windows

This commit is contained in:
Xinyu Hou 2014-11-11 14:50:09 +00:00
parent 34d8de4c3b
commit 1aaa55163c
20 changed files with 104 additions and 104 deletions

View file

@ -172,10 +172,10 @@ CMSWindowsSession::nextProcessEntry(HANDLE snapshot, LPPROCESSENTRY32 entry)
return gotEntry;
}
CString
String
CMSWindowsSession::getActiveDesktopName()
{
CString result;
String result;
HDESK hd = OpenInputDesktop(0, TRUE, GENERIC_READ);
if (hd != NULL) {