mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 06:11:03 +00:00
Implement support for interrupting waits on Windows Phone. Use the same path for Windows.
This commit is contained in:
committed by
Michelle Bergeron
parent
50dc22baad
commit
d903ee7784
@@ -8,6 +8,10 @@ typedef void (*ThreadEntry)(void *context);
|
||||
typedef struct _PLT_THREAD {
|
||||
HANDLE handle;
|
||||
int cancelled;
|
||||
DWORD tid;
|
||||
HANDLE termevent;
|
||||
|
||||
struct _PLT_THREAD *next;
|
||||
} PLT_THREAD;
|
||||
typedef HANDLE PLT_MUTEX;
|
||||
typedef HANDLE PLT_EVENT;
|
||||
|
||||
Reference in New Issue
Block a user