fix: #51 Different function calling convention
This commit is contained in:
@@ -100,8 +100,7 @@ CShellManager::CShellManager(IOCPClient* ClientObject, int n, void* user):CManag
|
||||
|
||||
WaitForDialogOpen();
|
||||
|
||||
m_hThreadRead = CreateThread(NULL, 0,
|
||||
(LPTHREAD_START_ROUTINE)ReadPipeThread, (LPVOID)this, 0, NULL);
|
||||
m_hThreadRead = CreateThread(NULL, 0, ReadPipeThread, (LPVOID)this, 0, NULL);
|
||||
}
|
||||
|
||||
DWORD WINAPI CShellManager::ReadPipeThread(LPVOID lParam)
|
||||
|
||||
Reference in New Issue
Block a user