x64 version of ntoskrnl doesn't export ExInterlockedAddLargeStatistic

svn path=/branches/ros-amd64-bringup/; revision=39533
This commit is contained in:
Timo Kreuzer
2009-02-10 15:15:07 +00:00
parent 3b1562f65b
commit 0377e0f619
+2
View File
@@ -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)