diff --git a/include/bx/cpu.h b/include/bx/cpu.h index b18746b..a4d5c65 100644 --- a/include/bx/cpu.h +++ b/include/bx/cpu.h @@ -19,6 +19,9 @@ # include # include # endif // !BX_PLATFORM_XBOX360 +# if BX_PLATFORM_WINRT +# define _InterlockedExchangeAdd64 InterlockedExchangeAdd64 +# endif // BX_PLATFORM_WINRT extern "C" void _ReadBarrier(); extern "C" void _WriteBarrier(); extern "C" void _ReadWriteBarrier();