mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-23 16:39:09 +00:00
Fix build errors and warnings on Windows
This commit is contained in:
@@ -210,7 +210,7 @@ int PltCreateThread(ThreadEntry entry, void* context, PLT_THREAD *thread) {
|
||||
PltUnlockMutex(&thread_list_lock);
|
||||
|
||||
// Make a callback to managed code to ask for a thread to grab this
|
||||
platformCallbacks.threadStart();
|
||||
PlatformCallbacks.threadStart();
|
||||
|
||||
err = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user