fix: #51 Different function calling convention

This commit is contained in:
yuanyuanxiang
2025-03-30 20:18:18 +08:00
parent 0ec02402e3
commit 53f2bbed73
16 changed files with 29 additions and 63 deletions

View File

@@ -24,7 +24,7 @@ public:
void SendBitMapInfor();
BOOL SendNextScreen();
static DWORD WorkThread(LPVOID lParam);
static DWORD WINAPI WorkThread(LPVOID lParam);
CCaptureVideo m_CapVideo;
VOID OnReceive(PBYTE szBuffer, ULONG ulLength);