mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Add define for InterlockedExchangeAdd8 intrinsic
This commit is contained in:
parent
7a7a8b0f7b
commit
4f5e83b139
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <intrin.h>
|
||||
|
||||
#define InterlockedExchangeAdd8 _InterlockedExchangeAdd8
|
||||
#define InterlockedCompareExchange8 _InterlockedCompareExchange8
|
||||
|
||||
#include <isc/util.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue