mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 15:59:59 -04:00
Add #pragma intrinsic for intrinsic Windows functions
This commit is contained in:
parent
9539e1c3a1
commit
f2d1a88efc
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
#define InterlockedExchangeAdd8 _InterlockedExchangeAdd8
|
||||
#define InterlockedCompareExchange8 _InterlockedCompareExchange8
|
||||
|
||||
#pragma intrinsic(_InterlockedCompareExchange8, _InterlockedExchangeAdd8)
|
||||
|
||||
#include <isc/util.h>
|
||||
|
||||
#ifndef __ATOMIC_RELAXED
|
||||
|
|
|
|||
Loading…
Reference in a new issue