mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-16 22:00:55 +00:00
Fix debugging on Windows 8.1
This commit is contained in:
@@ -6,7 +6,7 @@ struct thread_context {
|
||||
void* context;
|
||||
};
|
||||
|
||||
#if defined(LC_WINDOWS_PHONE)
|
||||
#if defined(LC_WINDOWS_PHONE) || defined(LC_WINDOWS)
|
||||
WCHAR DbgBuf[512];
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user