mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-21 07:30:28 +00:00
Create new threads suspended on Windows and WP to prevent a race condition
This commit is contained in:
committed by
Michelle Bergeron
parent
cdf07e6905
commit
929487249d
@@ -40,6 +40,12 @@ CreateThread(
|
||||
_In_ DWORD dwCreationFlags,
|
||||
_Out_opt_ LPDWORD lpThreadId
|
||||
);
|
||||
|
||||
DWORD
|
||||
WINAPI
|
||||
ResumeThread(
|
||||
_In_ HANDLE hThread
|
||||
);
|
||||
#endif
|
||||
|
||||
int initializePlatformThreads(void);
|
||||
|
||||
Reference in New Issue
Block a user