Fix build errors and warnings on Windows

This commit is contained in:
Cameron Gutman
2015-06-30 20:53:23 -07:00
parent 678afd9c30
commit 97a499fc50
5 changed files with 11 additions and 14 deletions

View File

@@ -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;
}