mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
another Interlocked fix, still it's not all perfect
svn path=/branches/ros-amd64-bringup/; revision=34882
This commit is contained in:
parent
e1d52bced3
commit
db30576dfb
1 changed files with 2 additions and 0 deletions
|
@ -5693,6 +5693,7 @@ typedef struct _PCIBUSDATA
|
|||
#if !defined(__INTERLOCKED_DECLARED)
|
||||
#define __INTERLOCKED_DECLARED
|
||||
|
||||
#if defined(NO_INTERLOCKED_INTRINSICS)
|
||||
NTKERNELAPI
|
||||
LONG
|
||||
FASTCALL
|
||||
|
@ -5726,6 +5727,7 @@ FASTCALL
|
|||
InterlockedExchangeAdd(
|
||||
IN OUT LONG volatile *Addend,
|
||||
IN LONG Value);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* PVOID
|
||||
|
|
Loading…
Reference in a new issue