mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-06 10:09:28 +02:00
Fixed "c" prefix compile error on Windows
This commit is contained in:
parent
34d8de4c3b
commit
1aaa55163c
20 changed files with 104 additions and 104 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue