修改添加了ghost服务端的主要代码,relese版本环境编译通过

This commit is contained in:
changcheng
2020-05-22 00:56:51 +08:00
parent 6a882cb6f4
commit e1bbb1530f
30 changed files with 553 additions and 105 deletions

View File

@@ -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;