This commit is contained in:
Branimir Karadžić
2017-01-26 15:33:44 -08:00
parent 50fe012487
commit 32d4a9e775
5 changed files with 29 additions and 81 deletions

View File

@@ -182,7 +182,7 @@ namespace bx
return m_fn(m_userData);
}
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_XBOX360 || BX_PLATFORM_WINRT
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_XBOX360 || BX_PLATFORM_XBOXONE || BX_PLATFORM_WINRT
DWORD WINAPI Thread::threadFunc(LPVOID _arg)
{
Thread* thread = (Thread*)_arg;