mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +00:00
[NTDLL]
Fix some exports by marking them as fastcall instead of prepending an @ to the name svn path=/branches/cmake-bringup/; revision=50480
This commit is contained in:
parent
d3f4900a66
commit
d5fecffd28
1 changed files with 27 additions and 27 deletions
|
@ -924,8 +924,8 @@
|
|||
;@ stdcall RtlTraceDatabaseUnlock
|
||||
;@ stdcall RtlTraceDatabaseValidate
|
||||
@ stdcall RtlTryEnterCriticalSection(ptr)
|
||||
@ stdcall -arch=i386 @RtlUlongByteSwap(long)
|
||||
@ stdcall -ret64 @RtlUlonglongByteSwap(double)
|
||||
@ fastcall -arch=i386 RtlUlongByteSwap(long)
|
||||
@ fastcall -ret64 RtlUlonglongByteSwap(double)
|
||||
;@ stdcall RtlUnhandledExceptionFilter2
|
||||
@ stdcall RtlUnhandledExceptionFilter(ptr)
|
||||
;@ stdcall RtlUnicodeStringToAnsiSize(ptr)
|
||||
|
@ -956,7 +956,7 @@
|
|||
@ stdcall RtlUpperChar(long)
|
||||
@ stdcall RtlUpperString(ptr ptr)
|
||||
@ stdcall RtlUsageHeap(ptr long ptr)
|
||||
@ stdcall -arch=i386 @RtlUshortByteSwap(long)
|
||||
@ fastcall -arch=i386 RtlUshortByteSwap(long)
|
||||
@ stdcall RtlValidAcl(ptr)
|
||||
@ stdcall RtlValidRelativeSecurityDescriptor(ptr long long)
|
||||
@ stdcall RtlValidSecurityDescriptor(ptr)
|
||||
|
|
Loading…
Reference in a new issue