mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-13 11:16:06 +00:00
Fix debugging on WP with a huge hack
This commit is contained in:
committed by
Michelle Bergeron
parent
41fab76461
commit
c04a8e9b4c
@@ -12,6 +12,10 @@ VOID WINAPI ApcFunc(ULONG_PTR parameter) {
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(LC_WINDOWS_PHONE)
|
||||
WCHAR DbgBuf[512];
|
||||
#endif
|
||||
|
||||
#ifdef LC_WINDOWS
|
||||
DWORD WINAPI ThreadProc(LPVOID lpParameter) {
|
||||
struct thread_context *ctx = (struct thread_context *)lpParameter;
|
||||
|
||||
Reference in New Issue
Block a user