mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Fixed WinRT build.
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
# include <intrin.h>
|
||||
# include <windows.h>
|
||||
# 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();
|
||||
|
||||
Reference in New Issue
Block a user