mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 16:18:16 +00:00
[NTDLL]
Fix typos in spec file svn path=/branches/cmake-bringup/; revision=49620
This commit is contained in:
parent
13aeeacdb3
commit
d8113f9ea2
1 changed files with 2 additions and 2 deletions
|
@ -923,7 +923,7 @@
|
||||||
;@ stdcall RtlTraceDatabaseUnlock
|
;@ stdcall RtlTraceDatabaseUnlock
|
||||||
;@ stdcall RtlTraceDatabaseValidate
|
;@ stdcall RtlTraceDatabaseValidate
|
||||||
@ stdcall RtlTryEnterCriticalSection(ptr)
|
@ stdcall RtlTryEnterCriticalSection(ptr)
|
||||||
@ stdcall -i386 @RtlUlongByteSwap(long)
|
@ stdcall -arch=i386 @RtlUlongByteSwap(long)
|
||||||
@ stdcall -ret64 @RtlUlonglongByteSwap(double)
|
@ stdcall -ret64 @RtlUlonglongByteSwap(double)
|
||||||
;@ stdcall RtlUnhandledExceptionFilter2
|
;@ stdcall RtlUnhandledExceptionFilter2
|
||||||
@ stdcall RtlUnhandledExceptionFilter(ptr)
|
@ stdcall RtlUnhandledExceptionFilter(ptr)
|
||||||
|
@ -955,7 +955,7 @@
|
||||||
@ stdcall RtlUpperChar(long)
|
@ stdcall RtlUpperChar(long)
|
||||||
@ stdcall RtlUpperString(ptr ptr)
|
@ stdcall RtlUpperString(ptr ptr)
|
||||||
@ stdcall RtlUsageHeap(ptr long ptr)
|
@ stdcall RtlUsageHeap(ptr long ptr)
|
||||||
@ stdcall -i386 @RtlUshortByteSwap(long)
|
@ stdcall -arch=i386 @RtlUshortByteSwap(long)
|
||||||
@ stdcall RtlValidAcl(ptr)
|
@ stdcall RtlValidAcl(ptr)
|
||||||
@ stdcall RtlValidRelativeSecurityDescriptor(ptr long long)
|
@ stdcall RtlValidRelativeSecurityDescriptor(ptr long long)
|
||||||
@ stdcall RtlValidSecurityDescriptor(ptr)
|
@ stdcall RtlValidSecurityDescriptor(ptr)
|
||||||
|
|
Loading…
Reference in a new issue