mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed clang warning.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user