Add define for InterlockedExchangeAdd8 intrinsic

This commit is contained in:
Ondřej Surý 2019-01-29 15:27:55 +01:00
parent 7a7a8b0f7b
commit 4f5e83b139

View file

@ -19,6 +19,7 @@
#include <intrin.h>
#define InterlockedExchangeAdd8 _InterlockedExchangeAdd8
#define InterlockedCompareExchange8 _InterlockedCompareExchange8
#include <isc/util.h>