mirror of
https://github.com/Cc28256/CcRemote.git
synced 2025-07-28 19:08:34 +00:00
修改添加了ghost服务端的主要代码,relese版本环境编译通过
This commit is contained in:
@@ -60,9 +60,9 @@ public:
|
||||
ci.cbSize = sizeof(CURSORINFO);
|
||||
if (!GetCursorInfo(&ci) || ci.flags != CURSOR_SHOWING)
|
||||
return -1;
|
||||
int i = 0;
|
||||
|
||||
|
||||
for (int i = 0; i < MAX_CURSOR_TYPE; i++)
|
||||
for (i = 0; i < MAX_CURSOR_TYPE; i++)
|
||||
{
|
||||
if (ci.hCursor == m_CursorHandleArray[i])
|
||||
break;
|
||||
|
Reference in New Issue
Block a user