diff --git a/include/bx/thread.h b/include/bx/thread.h index 6984181..238a0ab 100644 --- a/include/bx/thread.h +++ b/include/bx/thread.h @@ -63,9 +63,9 @@ namespace bx m_running = true; #if BX_PLATFORM_WINDOWS || BX_PLATFORM_XBOX360 - m_handle = CreateThread(NULL + m_handle = ::CreateThread(NULL , m_stackSize - , threadFunc + , (LPTHREAD_START_ROUTINE)threadFunc , this , 0 , NULL