mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +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
|
@ -1,24 +1,24 @@
|
||||||
|
|
||||||
;@ stdcall A_SHAFinal ; 6.0 and higher
|
;@ stdcall A_SHAFinal ; 6.0 and higher
|
||||||
;@ stdcall A_SHAInit ; 6.0 and higher
|
;@ stdcall A_SHAInit ; 6.0 and higher
|
||||||
;@ stdcall A_SHAUpdate ; 6.0 and higher
|
;@ stdcall A_SHAUpdate ; 6.0 and higher
|
||||||
;@ stdcall AitFireParentUsageEvent ; 6.1 and higher
|
;@ stdcall AitFireParentUsageEvent ; 6.1 and higher
|
||||||
;@ stdcall AitLogFeatureUsageByApp ; 6.1 and higher
|
;@ stdcall AitLogFeatureUsageByApp ; 6.1 and higher
|
||||||
;@ stdcall AlpcAdjustCompletionListConcurrencyCount ; 6.0 and higher
|
;@ stdcall AlpcAdjustCompletionListConcurrencyCount ; 6.0 and higher
|
||||||
;@ stdcall AlpcFreeCompletionListMessage ; 6.0 and higher
|
;@ stdcall AlpcFreeCompletionListMessage ; 6.0 and higher
|
||||||
;@ stdcall AlpcGetCompletionListLastMessageInformation ; 6.0 and higher
|
;@ stdcall AlpcGetCompletionListLastMessageInformation ; 6.0 and higher
|
||||||
;@ stdcall AlpcGetCompletionListMessageAttributes ; 6.0 and higher
|
;@ stdcall AlpcGetCompletionListMessageAttributes ; 6.0 and higher
|
||||||
;@ stdcall AlpcGetHeaderSize ; 6.0 and higher
|
;@ stdcall AlpcGetHeaderSize ; 6.0 and higher
|
||||||
;@ stdcall AlpcGetMessageAttribute ; 6.0 and higher
|
;@ stdcall AlpcGetMessageAttribute ; 6.0 and higher
|
||||||
;@ stdcall AlpcGetMessageFromCompletionList ; 6.0 and higher
|
;@ stdcall AlpcGetMessageFromCompletionList ; 6.0 and higher
|
||||||
;@ stdcall AlpcGetOutstandingCompletionListMessageCount ; 6.0 and higher
|
;@ stdcall AlpcGetOutstandingCompletionListMessageCount ; 6.0 and higher
|
||||||
;@ stdcall AlpcInitializeMessageAttribute ; 6.0 and higher
|
;@ stdcall AlpcInitializeMessageAttribute ; 6.0 and higher
|
||||||
;@ stdcall AlpcMaxAllowedMessageLength ; 6.0 and higher
|
;@ stdcall AlpcMaxAllowedMessageLength ; 6.0 and higher
|
||||||
;@ stdcall AlpcRegisterCompletionList ; 6.0 and higher
|
;@ stdcall AlpcRegisterCompletionList ; 6.0 and higher
|
||||||
;@ stdcall AlpcRegisterCompletionListWorkerThread ; 6.0 and higher
|
;@ stdcall AlpcRegisterCompletionListWorkerThread ; 6.0 and higher
|
||||||
;@ stdcall AlpcRundownCompletionList ; 6.1 and higher
|
;@ stdcall AlpcRundownCompletionList ; 6.1 and higher
|
||||||
;@ stdcall AlpcUnregisterCompletionList ; 6.0 and higher
|
;@ stdcall AlpcUnregisterCompletionList ; 6.0 and higher
|
||||||
;@ stdcall AlpcUnregisterCompletionListWorkerThread ; 6.0 and higher
|
;@ stdcall AlpcUnregisterCompletionListWorkerThread ; 6.0 and higher
|
||||||
@ stdcall CsrAllocateCaptureBuffer(long long)
|
@ stdcall CsrAllocateCaptureBuffer(long long)
|
||||||
;@ stdcall CsrAllocateCapturePointer ; NT3, NT4 only
|
;@ stdcall CsrAllocateCapturePointer ; NT3, NT4 only
|
||||||
@ stdcall CsrAllocateMessagePointer(ptr long ptr)
|
@ stdcall CsrAllocateMessagePointer(ptr long ptr)
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
@ stdcall NtAccessCheckByTypeResultListAndAuditAlarmByHandle(ptr ptr ptr ptr ptr ptr ptr long long long ptr long ptr long ptr ptr ptr)
|
@ stdcall NtAccessCheckByTypeResultListAndAuditAlarmByHandle(ptr ptr ptr ptr ptr ptr ptr long long long ptr long ptr long ptr ptr ptr)
|
||||||
@ stdcall NtAddAtom(ptr long ptr)
|
@ stdcall NtAddAtom(ptr long ptr)
|
||||||
@ stdcall NtAddBootEntry(ptr long)
|
@ stdcall NtAddBootEntry(ptr long)
|
||||||
@ stdcall NtAddDriverEntry(ptr long) ; 5.2 and higher
|
@ stdcall NtAddDriverEntry(ptr long) ; 5.2 and higher
|
||||||
@ stdcall NtAdjustGroupsToken(long long ptr long ptr ptr)
|
@ stdcall NtAdjustGroupsToken(long long ptr long ptr ptr)
|
||||||
@ stdcall NtAdjustPrivilegesToken(long long long long long long)
|
@ stdcall NtAdjustPrivilegesToken(long long long long long long)
|
||||||
@ stdcall NtAlertResumeThread(long ptr)
|
@ stdcall NtAlertResumeThread(long ptr)
|
||||||
|
@ -590,7 +590,7 @@
|
||||||
@ stdcall RtlEnumerateGenericTableLikeADirectory(ptr ptr ptr long ptr ptr ptr)
|
@ stdcall RtlEnumerateGenericTableLikeADirectory(ptr ptr ptr long ptr ptr ptr)
|
||||||
@ stdcall RtlEnumerateGenericTableWithoutSplaying(ptr ptr)
|
@ stdcall RtlEnumerateGenericTableWithoutSplaying(ptr ptr)
|
||||||
@ stdcall RtlEnumerateGenericTableWithoutSplayingAvl(ptr ptr)
|
@ stdcall RtlEnumerateGenericTableWithoutSplayingAvl(ptr ptr)
|
||||||
;@ stdcall RtlEnumerateProperties ; 4.0 only
|
;@ stdcall RtlEnumerateProperties ; 4.0 only
|
||||||
@ stdcall RtlEqualComputerName(ptr ptr)
|
@ stdcall RtlEqualComputerName(ptr ptr)
|
||||||
@ stdcall RtlEqualDomainName(ptr ptr)
|
@ stdcall RtlEqualDomainName(ptr ptr)
|
||||||
@ stdcall RtlEqualLuid(ptr ptr)
|
@ stdcall RtlEqualLuid(ptr ptr)
|
||||||
|
@ -629,7 +629,7 @@
|
||||||
;@ stdcall RtlFindSetRuns(ptr ptr long long)
|
;@ stdcall RtlFindSetRuns(ptr ptr long long)
|
||||||
@ stdcall RtlFirstEntrySList(ptr)
|
@ stdcall RtlFirstEntrySList(ptr)
|
||||||
@ stdcall RtlFirstFreeAce(ptr ptr)
|
@ stdcall RtlFirstFreeAce(ptr ptr)
|
||||||
;@ stdcall RtlFlushPropertySet ; 4.0 only
|
;@ stdcall RtlFlushPropertySet ; 4.0 only
|
||||||
@ stdcall RtlFlushSecureMemoryCache(ptr ptr)
|
@ stdcall RtlFlushSecureMemoryCache(ptr ptr)
|
||||||
@ stdcall RtlFormatCurrentUserKeyPath(ptr)
|
@ stdcall RtlFormatCurrentUserKeyPath(ptr)
|
||||||
@ stdcall RtlFormatMessage(ptr long long long long ptr ptr long)
|
@ stdcall RtlFormatMessage(ptr long long long long ptr ptr long)
|
||||||
|
@ -684,7 +684,7 @@
|
||||||
;@ stdcall RtlGetUnloadEventTrace
|
;@ stdcall RtlGetUnloadEventTrace
|
||||||
@ stdcall RtlGetUserInfoHeap(ptr long ptr ptr ptr)
|
@ stdcall RtlGetUserInfoHeap(ptr long ptr ptr ptr)
|
||||||
@ stdcall RtlGetVersion(ptr)
|
@ stdcall RtlGetVersion(ptr)
|
||||||
;@ stdcall RtlGuidToPropertySetName ; 4.0 only
|
;@ stdcall RtlGuidToPropertySetName ; 4.0 only
|
||||||
@ stdcall RtlHashUnicodeString(ptr long long ptr)
|
@ stdcall RtlHashUnicodeString(ptr long long ptr)
|
||||||
@ stdcall RtlIdentifierAuthoritySid(ptr)
|
@ stdcall RtlIdentifierAuthoritySid(ptr)
|
||||||
@ stdcall RtlImageDirectoryEntryToData(long long long ptr)
|
@ stdcall RtlImageDirectoryEntryToData(long long long ptr)
|
||||||
|
@ -924,8 +924,8 @@
|
||||||
;@ stdcall RtlTraceDatabaseUnlock
|
;@ stdcall RtlTraceDatabaseUnlock
|
||||||
;@ stdcall RtlTraceDatabaseValidate
|
;@ stdcall RtlTraceDatabaseValidate
|
||||||
@ stdcall RtlTryEnterCriticalSection(ptr)
|
@ stdcall RtlTryEnterCriticalSection(ptr)
|
||||||
@ stdcall -arch=i386 @RtlUlongByteSwap(long)
|
@ fastcall -arch=i386 RtlUlongByteSwap(long)
|
||||||
@ stdcall -ret64 @RtlUlonglongByteSwap(double)
|
@ fastcall -ret64 RtlUlonglongByteSwap(double)
|
||||||
;@ stdcall RtlUnhandledExceptionFilter2
|
;@ stdcall RtlUnhandledExceptionFilter2
|
||||||
@ stdcall RtlUnhandledExceptionFilter(ptr)
|
@ stdcall RtlUnhandledExceptionFilter(ptr)
|
||||||
;@ stdcall RtlUnicodeStringToAnsiSize(ptr)
|
;@ stdcall RtlUnicodeStringToAnsiSize(ptr)
|
||||||
|
@ -956,7 +956,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 -arch=i386 @RtlUshortByteSwap(long)
|
@ fastcall -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