mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
x64 version of ntoskrnl doesn't export ExInterlockedAddLargeStatistic
svn path=/branches/ros-amd64-bringup/; revision=39533
This commit is contained in:
@@ -104,7 +104,9 @@
|
||||
@ stdcall ExInitializeRundownProtectionCacheAware(ptr long)
|
||||
@ stdcall ExInitializeZone(ptr long ptr long)
|
||||
@ stdcall ExInterlockedAddLargeInteger(ptr long long ptr)
|
||||
#ifndef __x86_64__
|
||||
@ fastcall ExInterlockedAddLargeStatistic(ptr long)
|
||||
#endif
|
||||
@ stdcall ExInterlockedAddUlong(ptr long ptr)
|
||||
#ifndef __x86_64__
|
||||
@ fastcall ExInterlockedCompareExchange64(ptr ptr ptr ptr)
|
||||
|
||||
Reference in New Issue
Block a user