mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:32:56 +00:00
Remove stdcall decorations to fix build.
Real fix should be available soon. svn path=/trunk/; revision=35253
This commit is contained in:
parent
876fa09ee5
commit
d28b074156
1 changed files with 2 additions and 2 deletions
|
@ -684,8 +684,8 @@ KeTickCount DATA
|
||||||
@KeTryToAcquireGuardedMutex@4
|
@KeTryToAcquireGuardedMutex@4
|
||||||
@KeTryToAcquireSpinLockAtDpcLevel@4
|
@KeTryToAcquireSpinLockAtDpcLevel@4
|
||||||
KeUnstackDetachProcess@4
|
KeUnstackDetachProcess@4
|
||||||
KeUpdateRunTime@4
|
KeUpdateRunTime
|
||||||
KeUpdateSystemTime@0
|
KeUpdateSystemTime
|
||||||
KeUserModeCallback@20
|
KeUserModeCallback@20
|
||||||
KeWaitForMultipleObjects@32
|
KeWaitForMultipleObjects@32
|
||||||
KeWaitForMutexObject@20=KeWaitForSingleObject@20
|
KeWaitForMutexObject@20=KeWaitForSingleObject@20
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue