ntdll: Use int64 in the spec file for 64-bit integers.

This commit is contained in:
Alexandre Julliard 2010-08-31 12:23:33 +02:00
parent 755b385d57
commit d03705eafb
2 changed files with 52 additions and 52 deletions

View File

@ -549,7 +549,7 @@
@ stdcall RtlEncodePointer(ptr) @ stdcall RtlEncodePointer(ptr)
# @ stub RtlEncodeSystemPointer # @ stub RtlEncodeSystemPointer
@ stdcall -arch=win32 -ret64 RtlEnlargedIntegerMultiply(long long) @ stdcall -arch=win32 -ret64 RtlEnlargedIntegerMultiply(long long)
@ stdcall -arch=win32 RtlEnlargedUnsignedDivide(double long ptr) @ stdcall -arch=win32 RtlEnlargedUnsignedDivide(int64 long ptr)
@ stdcall -arch=win32 -ret64 RtlEnlargedUnsignedMultiply(long long) @ stdcall -arch=win32 -ret64 RtlEnlargedUnsignedMultiply(long long)
@ stdcall RtlEnterCriticalSection(ptr) @ stdcall RtlEnterCriticalSection(ptr)
@ stub RtlEnumProcessHeaps @ stub RtlEnumProcessHeaps
@ -570,9 +570,9 @@
@ stdcall RtlExitUserThread(long) @ stdcall RtlExitUserThread(long)
@ stdcall RtlExpandEnvironmentStrings_U(ptr ptr ptr ptr) @ stdcall RtlExpandEnvironmentStrings_U(ptr ptr ptr ptr)
@ stub RtlExtendHeap @ stub RtlExtendHeap
@ stdcall -arch=win32 -ret64 RtlExtendedIntegerMultiply(double long) @ stdcall -arch=win32 -ret64 RtlExtendedIntegerMultiply(int64 long)
@ stdcall -arch=win32 -ret64 RtlExtendedLargeIntegerDivide(double long ptr) @ stdcall -arch=win32 -ret64 RtlExtendedLargeIntegerDivide(int64 long ptr)
@ stdcall -arch=win32 -ret64 RtlExtendedMagicDivide(double double long) @ stdcall -arch=win32 -ret64 RtlExtendedMagicDivide(int64 int64 long)
@ stdcall RtlFillMemory(ptr long long) @ stdcall RtlFillMemory(ptr long long)
@ stdcall RtlFillMemoryUlong(ptr long long) @ stdcall RtlFillMemoryUlong(ptr long long)
@ stub RtlFinalReleaseOutOfProcessMemoryStream @ stub RtlFinalReleaseOutOfProcessMemoryStream
@ -584,11 +584,11 @@
@ stdcall RtlFindClearRuns(ptr ptr long long) @ stdcall RtlFindClearRuns(ptr ptr long long)
@ stdcall RtlFindLastBackwardRunClear(ptr long ptr) @ stdcall RtlFindLastBackwardRunClear(ptr long ptr)
@ stdcall RtlFindLastBackwardRunSet(ptr long ptr) @ stdcall RtlFindLastBackwardRunSet(ptr long ptr)
@ stdcall RtlFindLeastSignificantBit(double) @ stdcall RtlFindLeastSignificantBit(int64)
@ stdcall RtlFindLongestRunClear(ptr long) @ stdcall RtlFindLongestRunClear(ptr long)
@ stdcall RtlFindLongestRunSet(ptr long) @ stdcall RtlFindLongestRunSet(ptr long)
@ stdcall RtlFindMessage(long long long long ptr) @ stdcall RtlFindMessage(long long long long ptr)
@ stdcall RtlFindMostSignificantBit(double) @ stdcall RtlFindMostSignificantBit(int64)
@ stdcall RtlFindNextForwardRunClear(ptr long ptr) @ stdcall RtlFindNextForwardRunClear(ptr long ptr)
@ stdcall RtlFindNextForwardRunSet(ptr long ptr) @ stdcall RtlFindNextForwardRunSet(ptr long ptr)
@ stub RtlFindRange @ stub RtlFindRange
@ -681,10 +681,10 @@
# @ stub RtlInitializeStackTraceDataBase # @ stub RtlInitializeStackTraceDataBase
@ stub RtlInsertElementGenericTable @ stub RtlInsertElementGenericTable
# @ stub RtlInsertElementGenericTableAvl # @ stub RtlInsertElementGenericTableAvl
@ stdcall RtlInt64ToUnicodeString(double long ptr) @ stdcall RtlInt64ToUnicodeString(int64 long ptr)
@ stdcall RtlIntegerToChar(long long long ptr) @ stdcall RtlIntegerToChar(long long long ptr)
@ stdcall RtlIntegerToUnicodeString(long long ptr) @ stdcall RtlIntegerToUnicodeString(long long ptr)
@ stdcall -arch=win32 -ret64 RtlInterlockedCompareExchange64(ptr double double) @ stdcall -arch=win32 -ret64 RtlInterlockedCompareExchange64(ptr int64 int64)
@ stdcall RtlInterlockedFlushSList(ptr) @ stdcall RtlInterlockedFlushSList(ptr)
@ stdcall RtlInterlockedPopEntrySList(ptr) @ stdcall RtlInterlockedPopEntrySList(ptr)
@ stdcall RtlInterlockedPushEntrySList(ptr ptr) @ stdcall RtlInterlockedPushEntrySList(ptr ptr)
@ -716,13 +716,13 @@
# @ stub RtlIsThreadWithinLoaderCallout # @ stub RtlIsThreadWithinLoaderCallout
@ stdcall RtlIsValidHandle(ptr ptr) @ stdcall RtlIsValidHandle(ptr ptr)
@ stdcall RtlIsValidIndexHandle(ptr long ptr) @ stdcall RtlIsValidIndexHandle(ptr long ptr)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerAdd(double double) @ stdcall -arch=win32 -ret64 RtlLargeIntegerAdd(int64 int64)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerArithmeticShift(double long) @ stdcall -arch=win32 -ret64 RtlLargeIntegerArithmeticShift(int64 long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerDivide(double double ptr) @ stdcall -arch=win32 -ret64 RtlLargeIntegerDivide(int64 int64 ptr)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerNegate(double) @ stdcall -arch=win32 -ret64 RtlLargeIntegerNegate(int64)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftLeft(double long) @ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftLeft(int64 long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftRight(double long) @ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftRight(int64 long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerSubtract(double double) @ stdcall -arch=win32 -ret64 RtlLargeIntegerSubtract(int64 int64)
@ stdcall RtlLargeIntegerToChar(ptr long long ptr) @ stdcall RtlLargeIntegerToChar(ptr long long ptr)
@ stdcall RtlLeaveCriticalSection(ptr) @ stdcall RtlLeaveCriticalSection(ptr)
@ stdcall RtlLengthRequiredSid(long) @ stdcall RtlLengthRequiredSid(long)
@ -877,7 +877,7 @@
# @ stub RtlTraceDatabaseValidate # @ stub RtlTraceDatabaseValidate
@ stdcall RtlTryEnterCriticalSection(ptr) @ stdcall RtlTryEnterCriticalSection(ptr)
@ cdecl -i386 -norelay RtlUlongByteSwap() NTDLL_RtlUlongByteSwap @ cdecl -i386 -norelay RtlUlongByteSwap() NTDLL_RtlUlongByteSwap
@ cdecl -ret64 RtlUlonglongByteSwap(double) @ cdecl -ret64 RtlUlonglongByteSwap(int64)
# @ stub RtlUnhandledExceptionFilter2 # @ stub RtlUnhandledExceptionFilter2
# @ stub RtlUnhandledExceptionFilter # @ stub RtlUnhandledExceptionFilter
@ stdcall RtlUnicodeStringToAnsiSize(ptr) @ stdcall RtlUnicodeStringToAnsiSize(ptr)
@ -916,7 +916,7 @@
@ stdcall RtlValidateHeap(long long ptr) @ stdcall RtlValidateHeap(long long ptr)
@ stub RtlValidateProcessHeaps @ stub RtlValidateProcessHeaps
# @ stub RtlValidateUnicodeString # @ stub RtlValidateUnicodeString
@ stdcall RtlVerifyVersionInfo(ptr long double) @ stdcall RtlVerifyVersionInfo(ptr long int64)
@ stdcall -arch=x86_64 RtlVirtualUnwind(long long long ptr ptr ptr ptr ptr) @ stdcall -arch=x86_64 RtlVirtualUnwind(long long long ptr ptr ptr ptr ptr)
@ stub RtlWalkFrameChain @ stub RtlWalkFrameChain
@ stdcall RtlWalkHeap(long ptr) @ stdcall RtlWalkHeap(long ptr)
@ -942,7 +942,7 @@
@ stdcall RtlxOemStringToUnicodeSize(ptr) RtlOemStringToUnicodeSize @ stdcall RtlxOemStringToUnicodeSize(ptr) RtlOemStringToUnicodeSize
@ stdcall RtlxUnicodeStringToAnsiSize(ptr) RtlUnicodeStringToAnsiSize @ stdcall RtlxUnicodeStringToAnsiSize(ptr) RtlUnicodeStringToAnsiSize
@ stdcall RtlxUnicodeStringToOemSize(ptr) RtlUnicodeStringToOemSize @ stdcall RtlxUnicodeStringToOemSize(ptr) RtlUnicodeStringToOemSize
@ stdcall -ret64 VerSetConditionMask(double long long) @ stdcall -ret64 VerSetConditionMask(int64 long long)
@ stdcall ZwAcceptConnectPort(ptr long ptr long long ptr) NtAcceptConnectPort @ stdcall ZwAcceptConnectPort(ptr long ptr long long ptr) NtAcceptConnectPort
@ stdcall ZwAccessCheck(ptr long long ptr ptr ptr ptr ptr) NtAccessCheck @ stdcall ZwAccessCheck(ptr long long ptr ptr ptr ptr ptr) NtAccessCheck
@ stdcall ZwAccessCheckAndAuditAlarm(ptr long ptr ptr ptr long ptr long ptr ptr ptr) NtAccessCheckAndAuditAlarm @ stdcall ZwAccessCheckAndAuditAlarm(ptr long ptr ptr ptr long ptr long ptr ptr ptr) NtAccessCheckAndAuditAlarm
@ -1246,23 +1246,23 @@
# @ stub __iscsym # @ stub __iscsym
# @ stub __iscsymf # @ stub __iscsymf
# @ stub __toascii # @ stub __toascii
@ stdcall -private -arch=i386 -ret64 _alldiv(double double) @ stdcall -private -arch=i386 -ret64 _alldiv(int64 int64)
# @ stub _alldvrm # @ stub _alldvrm
@ stdcall -private -arch=i386 -ret64 _allmul(double double) @ stdcall -private -arch=i386 -ret64 _allmul(int64 int64)
@ stdcall -private -arch=i386 -norelay _alloca_probe() @ stdcall -private -arch=i386 -norelay _alloca_probe()
@ stdcall -private -arch=i386 -ret64 _allrem(double double) @ stdcall -private -arch=i386 -ret64 _allrem(int64 int64)
# @ stub _allshl # @ stub _allshl
# @ stub _allshr # @ stub _allshr
@ cdecl -private -ret64 _atoi64(str) @ cdecl -private -ret64 _atoi64(str)
@ stdcall -private -arch=i386 -ret64 _aulldiv(double double) @ stdcall -private -arch=i386 -ret64 _aulldiv(int64 int64)
# @ stub _aulldvrm # @ stub _aulldvrm
@ stdcall -private -arch=i386 -ret64 _aullrem(double double) @ stdcall -private -arch=i386 -ret64 _aullrem(int64 int64)
# @ stub _aullshr # @ stub _aullshr
@ stdcall -private -arch=i386 -norelay _chkstk() @ stdcall -private -arch=i386 -norelay _chkstk()
@ stub _fltused @ stub _fltused
@ cdecl -private -arch=i386 -ret64 _ftol() NTDLL__ftol @ cdecl -private -arch=i386 -ret64 _ftol() NTDLL__ftol
@ cdecl -private _i64toa(double ptr long) @ cdecl -private _i64toa(int64 ptr long)
@ cdecl -private _i64tow(double ptr long) @ cdecl -private _i64tow(int64 ptr long)
@ cdecl -private _itoa(long ptr long) @ cdecl -private _itoa(long ptr long)
@ cdecl -private _itow(long ptr long) @ cdecl -private _itow(long ptr long)
@ cdecl -private _lfind(ptr ptr ptr long ptr) @ cdecl -private _lfind(ptr ptr ptr long ptr)
@ -1280,8 +1280,8 @@
@ cdecl -private _strupr(str) @ cdecl -private _strupr(str)
# @ stub -private _tolower # @ stub -private _tolower
# @ stub -private _toupper # @ stub -private _toupper
@ cdecl -private _ui64toa(double ptr long) @ cdecl -private _ui64toa(int64 ptr long)
@ cdecl -private _ui64tow(double ptr long) @ cdecl -private _ui64tow(int64 ptr long)
@ cdecl -private _ultoa(long ptr long) @ cdecl -private _ultoa(long ptr long)
@ cdecl -private _ultow(long ptr long) @ cdecl -private _ultow(long ptr long)
@ cdecl -private _vsnprintf(ptr long str ptr) NTDLL__vsnprintf @ cdecl -private _vsnprintf(ptr long str ptr) NTDLL__vsnprintf

View File

@ -52,7 +52,7 @@
@ stdcall ObfReferenceObject(ptr) @ stdcall ObfReferenceObject(ptr)
@ stub RtlPrefetchMemoryNonTemporal @ stub RtlPrefetchMemoryNonTemporal
@ cdecl -i386 -norelay RtlUlongByteSwap() ntdll.RtlUlongByteSwap @ cdecl -i386 -norelay RtlUlongByteSwap() ntdll.RtlUlongByteSwap
@ cdecl -ret64 RtlUlonglongByteSwap(double) ntdll.RtlUlonglongByteSwap @ cdecl -ret64 RtlUlonglongByteSwap(int64) ntdll.RtlUlonglongByteSwap
@ cdecl -i386 -norelay RtlUshortByteSwap() ntdll.RtlUshortByteSwap @ cdecl -i386 -norelay RtlUshortByteSwap() ntdll.RtlUshortByteSwap
@ stub WmiGetClock @ stub WmiGetClock
@ stub Kei386EoiHelper @ stub Kei386EoiHelper
@ -655,11 +655,11 @@
@ stub MmAddVerifierThunks @ stub MmAddVerifierThunks
@ stub MmAdjustWorkingSetSize @ stub MmAdjustWorkingSetSize
@ stub MmAdvanceMdl @ stub MmAdvanceMdl
@ stdcall MmAllocateContiguousMemory(long double) @ stdcall MmAllocateContiguousMemory(long int64)
@ stdcall MmAllocateContiguousMemorySpecifyCache(long double double double long) @ stdcall MmAllocateContiguousMemorySpecifyCache(long int64 int64 int64 long)
@ stub MmAllocateMappingAddress @ stub MmAllocateMappingAddress
@ stdcall MmAllocateNonCachedMemory(long) @ stdcall MmAllocateNonCachedMemory(long)
@ stdcall MmAllocatePagesForMdl(double double double long) @ stdcall MmAllocatePagesForMdl(int64 int64 int64 long)
@ stub MmBuildMdlForNonPagedPool @ stub MmBuildMdlForNonPagedPool
@ stub MmCanFileBeTruncated @ stub MmCanFileBeTruncated
@ stub MmCommitSessionMappedView @ stub MmCommitSessionMappedView
@ -993,7 +993,7 @@
@ stdcall RtlDowncaseUnicodeString(ptr ptr long) ntdll.RtlDowncaseUnicodeString @ stdcall RtlDowncaseUnicodeString(ptr ptr long) ntdll.RtlDowncaseUnicodeString
@ stdcall RtlEmptyAtomTable(ptr long) ntdll.RtlEmptyAtomTable @ stdcall RtlEmptyAtomTable(ptr long) ntdll.RtlEmptyAtomTable
@ stdcall -ret64 RtlEnlargedIntegerMultiply(long long) ntdll.RtlEnlargedIntegerMultiply @ stdcall -ret64 RtlEnlargedIntegerMultiply(long long) ntdll.RtlEnlargedIntegerMultiply
@ stdcall RtlEnlargedUnsignedDivide(double long ptr) ntdll.RtlEnlargedUnsignedDivide @ stdcall RtlEnlargedUnsignedDivide(int64 long ptr) ntdll.RtlEnlargedUnsignedDivide
@ stdcall -ret64 RtlEnlargedUnsignedMultiply(long long) ntdll.RtlEnlargedUnsignedMultiply @ stdcall -ret64 RtlEnlargedUnsignedMultiply(long long) ntdll.RtlEnlargedUnsignedMultiply
@ stub RtlEnumerateGenericTable @ stub RtlEnumerateGenericTable
@ stub RtlEnumerateGenericTableAvl @ stub RtlEnumerateGenericTableAvl
@ -1004,9 +1004,9 @@
@ stdcall RtlEqualSid(long long) ntdll.RtlEqualSid @ stdcall RtlEqualSid(long long) ntdll.RtlEqualSid
@ stdcall RtlEqualString(ptr ptr long) ntdll.RtlEqualString @ stdcall RtlEqualString(ptr ptr long) ntdll.RtlEqualString
@ stdcall RtlEqualUnicodeString(ptr ptr long) ntdll.RtlEqualUnicodeString @ stdcall RtlEqualUnicodeString(ptr ptr long) ntdll.RtlEqualUnicodeString
@ stdcall -ret64 RtlExtendedIntegerMultiply(double long) ntdll.RtlExtendedIntegerMultiply @ stdcall -ret64 RtlExtendedIntegerMultiply(int64 long) ntdll.RtlExtendedIntegerMultiply
@ stdcall -ret64 RtlExtendedLargeIntegerDivide(double long ptr) ntdll.RtlExtendedLargeIntegerDivide @ stdcall -ret64 RtlExtendedLargeIntegerDivide(int64 long ptr) ntdll.RtlExtendedLargeIntegerDivide
@ stdcall -ret64 RtlExtendedMagicDivide(double double long) ntdll.RtlExtendedMagicDivide @ stdcall -ret64 RtlExtendedMagicDivide(int64 int64 long) ntdll.RtlExtendedMagicDivide
@ stdcall RtlFillMemory(ptr long long) ntdll.RtlFillMemory @ stdcall RtlFillMemory(ptr long long) ntdll.RtlFillMemory
@ stdcall RtlFillMemoryUlong(ptr long long) ntdll.RtlFillMemoryUlong @ stdcall RtlFillMemoryUlong(ptr long long) ntdll.RtlFillMemoryUlong
@ stdcall RtlFindClearBits(ptr long long) ntdll.RtlFindClearBits @ stdcall RtlFindClearBits(ptr long long) ntdll.RtlFindClearBits
@ -1014,10 +1014,10 @@
@ stdcall RtlFindClearRuns(ptr ptr long long) ntdll.RtlFindClearRuns @ stdcall RtlFindClearRuns(ptr ptr long long) ntdll.RtlFindClearRuns
@ stub RtlFindFirstRunClear @ stub RtlFindFirstRunClear
@ stdcall RtlFindLastBackwardRunClear(ptr long ptr) ntdll.RtlFindLastBackwardRunClear @ stdcall RtlFindLastBackwardRunClear(ptr long ptr) ntdll.RtlFindLastBackwardRunClear
@ stdcall RtlFindLeastSignificantBit(double) ntdll.RtlFindLeastSignificantBit @ stdcall RtlFindLeastSignificantBit(int64) ntdll.RtlFindLeastSignificantBit
@ stdcall RtlFindLongestRunClear(ptr long) ntdll.RtlFindLongestRunClear @ stdcall RtlFindLongestRunClear(ptr long) ntdll.RtlFindLongestRunClear
@ stdcall RtlFindMessage(long long long long ptr) ntdll.RtlFindMessage @ stdcall RtlFindMessage(long long long long ptr) ntdll.RtlFindMessage
@ stdcall RtlFindMostSignificantBit(double) ntdll.RtlFindMostSignificantBit @ stdcall RtlFindMostSignificantBit(int64) ntdll.RtlFindMostSignificantBit
@ stdcall RtlFindNextForwardRunClear(ptr long ptr) ntdll.RtlFindNextForwardRunClear @ stdcall RtlFindNextForwardRunClear(ptr long ptr) ntdll.RtlFindNextForwardRunClear
@ stub RtlFindRange @ stub RtlFindRange
@ stdcall RtlFindSetBits(ptr long long) ntdll.RtlFindSetBits @ stdcall RtlFindSetBits(ptr long long) ntdll.RtlFindSetBits
@ -1064,7 +1064,7 @@
@ stub RtlInsertElementGenericTableFull @ stub RtlInsertElementGenericTableFull
@ stub RtlInsertElementGenericTableFullAvl @ stub RtlInsertElementGenericTableFullAvl
@ stub RtlInsertUnicodePrefix @ stub RtlInsertUnicodePrefix
@ stdcall RtlInt64ToUnicodeString(double long ptr) ntdll.RtlInt64ToUnicodeString @ stdcall RtlInt64ToUnicodeString(int64 long ptr) ntdll.RtlInt64ToUnicodeString
@ stdcall RtlIntegerToChar(long long long ptr) ntdll.RtlIntegerToChar @ stdcall RtlIntegerToChar(long long long ptr) ntdll.RtlIntegerToChar
@ stub RtlIntegerToUnicode @ stub RtlIntegerToUnicode
@ stdcall RtlIntegerToUnicodeString(long long ptr) ntdll.RtlIntegerToUnicodeString @ stdcall RtlIntegerToUnicodeString(long long ptr) ntdll.RtlIntegerToUnicodeString
@ -1090,13 +1090,13 @@
@ stdcall RtlIsNameLegalDOS8Dot3(ptr ptr ptr) ntdll.RtlIsNameLegalDOS8Dot3 @ stdcall RtlIsNameLegalDOS8Dot3(ptr ptr ptr) ntdll.RtlIsNameLegalDOS8Dot3
@ stub RtlIsRangeAvailable @ stub RtlIsRangeAvailable
@ stub RtlIsValidOemCharacter @ stub RtlIsValidOemCharacter
@ stdcall -ret64 RtlLargeIntegerAdd(double double) ntdll.RtlLargeIntegerAdd @ stdcall -ret64 RtlLargeIntegerAdd(int64 int64) ntdll.RtlLargeIntegerAdd
@ stdcall -ret64 RtlLargeIntegerArithmeticShift(double long) ntdll.RtlLargeIntegerArithmeticShift @ stdcall -ret64 RtlLargeIntegerArithmeticShift(int64 long) ntdll.RtlLargeIntegerArithmeticShift
@ stdcall -ret64 RtlLargeIntegerDivide(double double ptr) ntdll.RtlLargeIntegerDivide @ stdcall -ret64 RtlLargeIntegerDivide(int64 int64 ptr) ntdll.RtlLargeIntegerDivide
@ stdcall -ret64 RtlLargeIntegerNegate(double) ntdll.RtlLargeIntegerNegate @ stdcall -ret64 RtlLargeIntegerNegate(int64) ntdll.RtlLargeIntegerNegate
@ stdcall -ret64 RtlLargeIntegerShiftLeft(double long) ntdll.RtlLargeIntegerShiftLeft @ stdcall -ret64 RtlLargeIntegerShiftLeft(int64 long) ntdll.RtlLargeIntegerShiftLeft
@ stdcall -ret64 RtlLargeIntegerShiftRight(double long) ntdll.RtlLargeIntegerShiftRight @ stdcall -ret64 RtlLargeIntegerShiftRight(int64 long) ntdll.RtlLargeIntegerShiftRight
@ stdcall -ret64 RtlLargeIntegerSubtract(double double) ntdll.RtlLargeIntegerSubtract @ stdcall -ret64 RtlLargeIntegerSubtract(int64 int64) ntdll.RtlLargeIntegerSubtract
@ stdcall RtlLengthRequiredSid(long) ntdll.RtlLengthRequiredSid @ stdcall RtlLengthRequiredSid(long) ntdll.RtlLengthRequiredSid
@ stdcall RtlLengthSecurityDescriptor(ptr) ntdll.RtlLengthSecurityDescriptor @ stdcall RtlLengthSecurityDescriptor(ptr) ntdll.RtlLengthSecurityDescriptor
@ stdcall RtlLengthSid(ptr) ntdll.RtlLengthSid @ stdcall RtlLengthSid(ptr) ntdll.RtlLengthSid
@ -1194,7 +1194,7 @@
@ stub RtlValidRelativeSecurityDescriptor @ stub RtlValidRelativeSecurityDescriptor
@ stdcall RtlValidSecurityDescriptor(ptr) ntdll.RtlValidSecurityDescriptor @ stdcall RtlValidSecurityDescriptor(ptr) ntdll.RtlValidSecurityDescriptor
@ stdcall RtlValidSid(ptr) ntdll.RtlValidSid @ stdcall RtlValidSid(ptr) ntdll.RtlValidSid
@ stdcall RtlVerifyVersionInfo(ptr long double) ntdll.RtlVerifyVersionInfo @ stdcall RtlVerifyVersionInfo(ptr long int64) ntdll.RtlVerifyVersionInfo
@ stub RtlVolumeDeviceToDosName @ stub RtlVolumeDeviceToDosName
@ stub RtlWalkFrameChain @ stub RtlWalkFrameChain
@ stdcall RtlWriteRegistryValue(long ptr ptr long ptr long) ntdll.RtlWriteRegistryValue @ stdcall RtlWriteRegistryValue(long ptr ptr long ptr long) ntdll.RtlWriteRegistryValue
@ -1256,7 +1256,7 @@
@ stub SeUnlockSubjectContext @ stub SeUnlockSubjectContext
@ stub SeUnregisterLogonSessionTerminatedRoutine @ stub SeUnregisterLogonSessionTerminatedRoutine
@ stub SeValidSecurityDescriptor @ stub SeValidSecurityDescriptor
@ stdcall -ret64 VerSetConditionMask(double long long) ntdll.VerSetConditionMask @ stdcall -ret64 VerSetConditionMask(int64 long long) ntdll.VerSetConditionMask
@ stub VfFailDeviceNode @ stub VfFailDeviceNode
@ stub VfFailDriver @ stub VfFailDriver
@ stub VfFailSystemBIOS @ stub VfFailSystemBIOS
@ -1395,16 +1395,16 @@
@ cdecl -private _CIsin() msvcrt._CIsin @ cdecl -private _CIsin() msvcrt._CIsin
@ cdecl -private _CIsqrt() msvcrt._CIsqrt @ cdecl -private _CIsqrt() msvcrt._CIsqrt
@ cdecl -private _abnormal_termination() msvcrt._abnormal_termination @ cdecl -private _abnormal_termination() msvcrt._abnormal_termination
@ stdcall -private -ret64 _alldiv(double double) ntdll._alldiv @ stdcall -private -ret64 _alldiv(int64 int64) ntdll._alldiv
@ stub _alldvrm @ stub _alldvrm
@ stdcall -private -ret64 _allmul(double double) ntdll._allmul @ stdcall -private -ret64 _allmul(int64 int64) ntdll._allmul
@ stdcall -private -i386 -norelay _alloca_probe() ntdll._alloca_probe @ stdcall -private -i386 -norelay _alloca_probe() ntdll._alloca_probe
@ stdcall -private -ret64 _allrem(double double) ntdll._allrem @ stdcall -private -ret64 _allrem(int64 int64) ntdll._allrem
@ stub _allshl @ stub _allshl
@ stub _allshr @ stub _allshr
@ stdcall -private -ret64 _aulldiv(double double) ntdll._aulldiv @ stdcall -private -ret64 _aulldiv(int64 int64) ntdll._aulldiv
@ stub _aulldvrm @ stub _aulldvrm
@ stdcall -private -ret64 _aullrem(double double) ntdll._aullrem @ stdcall -private -ret64 _aullrem(int64 int64) ntdll._aullrem
@ stub _aullshr @ stub _aullshr
@ cdecl -private -i386 _except_handler2(ptr ptr ptr ptr) msvcrt._except_handler2 @ cdecl -private -i386 _except_handler2(ptr ptr ptr ptr) msvcrt._except_handler2
@ cdecl -private -i386 _except_handler3(ptr ptr ptr ptr) msvcrt._except_handler3 @ cdecl -private -i386 _except_handler3(ptr ptr ptr ptr) msvcrt._except_handler3