Fixed clang warning.

This commit is contained in:
Branimir Karadžić
2015-11-23 19:05:38 -08:00
parent 289914931d
commit b29d792253

View File

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