Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
d03705ea
Commit
d03705ea
authored
Aug 31, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Use int64 in the spec file for 64-bit integers.
parent
755b385d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
52 deletions
+52
-52
ntdll.spec
dlls/ntdll/ntdll.spec
+27
-27
ntoskrnl.exe.spec
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
+25
-25
No files found.
dlls/ntdll/ntdll.spec
View file @
d03705ea
...
...
@@ -549,7 +549,7 @@
@ stdcall RtlEncodePointer(ptr)
# @ stub RtlEncodeSystemPointer
@ 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 RtlEnterCriticalSection(ptr)
@ stub RtlEnumProcessHeaps
...
...
@@ -570,9 +570,9 @@
@ stdcall RtlExitUserThread(long)
@ stdcall RtlExpandEnvironmentStrings_U(ptr ptr ptr ptr)
@ stub RtlExtendHeap
@ stdcall -arch=win32 -ret64 RtlExtendedIntegerMultiply(
double
long)
@ stdcall -arch=win32 -ret64 RtlExtendedLargeIntegerDivide(
double
long ptr)
@ stdcall -arch=win32 -ret64 RtlExtendedMagicDivide(
double double
long)
@ stdcall -arch=win32 -ret64 RtlExtendedIntegerMultiply(
int64
long)
@ stdcall -arch=win32 -ret64 RtlExtendedLargeIntegerDivide(
int64
long ptr)
@ stdcall -arch=win32 -ret64 RtlExtendedMagicDivide(
int64 int64
long)
@ stdcall RtlFillMemory(ptr long long)
@ stdcall RtlFillMemoryUlong(ptr long long)
@ stub RtlFinalReleaseOutOfProcessMemoryStream
...
...
@@ -584,11 +584,11 @@
@ stdcall RtlFindClearRuns(ptr ptr long long)
@ stdcall RtlFindLastBackwardRunClear(ptr long ptr)
@ stdcall RtlFindLastBackwardRunSet(ptr long ptr)
@ stdcall RtlFindLeastSignificantBit(
double
)
@ stdcall RtlFindLeastSignificantBit(
int64
)
@ stdcall RtlFindLongestRunClear(ptr long)
@ stdcall RtlFindLongestRunSet(ptr long)
@ stdcall RtlFindMessage(long long long long ptr)
@ stdcall RtlFindMostSignificantBit(
double
)
@ stdcall RtlFindMostSignificantBit(
int64
)
@ stdcall RtlFindNextForwardRunClear(ptr long ptr)
@ stdcall RtlFindNextForwardRunSet(ptr long ptr)
@ stub RtlFindRange
...
...
@@ -681,10 +681,10 @@
# @ stub RtlInitializeStackTraceDataBase
@ stub RtlInsertElementGenericTable
# @ stub RtlInsertElementGenericTableAvl
@ stdcall RtlInt64ToUnicodeString(
double
long ptr)
@ stdcall RtlInt64ToUnicodeString(
int64
long ptr)
@ stdcall RtlIntegerToChar(long 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 RtlInterlockedPopEntrySList(ptr)
@ stdcall RtlInterlockedPushEntrySList(ptr ptr)
...
...
@@ -716,13 +716,13 @@
# @ stub RtlIsThreadWithinLoaderCallout
@ stdcall RtlIsValidHandle(ptr ptr)
@ stdcall RtlIsValidIndexHandle(ptr long ptr)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerAdd(
double double
)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerArithmeticShift(
double
long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerDivide(
double double
ptr)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerNegate(
double
)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftLeft(
double
long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftRight(
double
long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerSubtract(
double double
)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerAdd(
int64 int64
)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerArithmeticShift(
int64
long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerDivide(
int64 int64
ptr)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerNegate(
int64
)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftLeft(
int64
long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerShiftRight(
int64
long)
@ stdcall -arch=win32 -ret64 RtlLargeIntegerSubtract(
int64 int64
)
@ stdcall RtlLargeIntegerToChar(ptr long long ptr)
@ stdcall RtlLeaveCriticalSection(ptr)
@ stdcall RtlLengthRequiredSid(long)
...
...
@@ -877,7 +877,7 @@
# @ stub RtlTraceDatabaseValidate
@ stdcall RtlTryEnterCriticalSection(ptr)
@ cdecl -i386 -norelay RtlUlongByteSwap() NTDLL_RtlUlongByteSwap
@ cdecl -ret64 RtlUlonglongByteSwap(
double
)
@ cdecl -ret64 RtlUlonglongByteSwap(
int64
)
# @ stub RtlUnhandledExceptionFilter2
# @ stub RtlUnhandledExceptionFilter
@ stdcall RtlUnicodeStringToAnsiSize(ptr)
...
...
@@ -916,7 +916,7 @@
@ stdcall RtlValidateHeap(long long ptr)
@ stub RtlValidateProcessHeaps
# @ 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)
@ stub RtlWalkFrameChain
@ stdcall RtlWalkHeap(long ptr)
...
...
@@ -942,7 +942,7 @@
@ stdcall RtlxOemStringToUnicodeSize(ptr) RtlOemStringToUnicodeSize
@ stdcall RtlxUnicodeStringToAnsiSize(ptr) RtlUnicodeStringToAnsiSize
@ 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 ZwAccessCheck(ptr long long ptr ptr ptr ptr ptr) NtAccessCheck
@ stdcall ZwAccessCheckAndAuditAlarm(ptr long ptr ptr ptr long ptr long ptr ptr ptr) NtAccessCheckAndAuditAlarm
...
...
@@ -1246,23 +1246,23 @@
# @ stub __iscsym
# @ stub __iscsymf
# @ stub __toascii
@ stdcall -private -arch=i386 -ret64 _alldiv(
double double
)
@ stdcall -private -arch=i386 -ret64 _alldiv(
int64 int64
)
# @ 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 -ret64 _allrem(
double double
)
@ stdcall -private -arch=i386 -ret64 _allrem(
int64 int64
)
# @ stub _allshl
# @ stub _allshr
@ cdecl -private -ret64 _atoi64(str)
@ stdcall -private -arch=i386 -ret64 _aulldiv(
double double
)
@ stdcall -private -arch=i386 -ret64 _aulldiv(
int64 int64
)
# @ stub _aulldvrm
@ stdcall -private -arch=i386 -ret64 _aullrem(
double double
)
@ stdcall -private -arch=i386 -ret64 _aullrem(
int64 int64
)
# @ stub _aullshr
@ stdcall -private -arch=i386 -norelay _chkstk()
@ stub _fltused
@ cdecl -private -arch=i386 -ret64 _ftol() NTDLL__ftol
@ cdecl -private _i64toa(
double
ptr long)
@ cdecl -private _i64tow(
double
ptr long)
@ cdecl -private _i64toa(
int64
ptr long)
@ cdecl -private _i64tow(
int64
ptr long)
@ cdecl -private _itoa(long ptr long)
@ cdecl -private _itow(long ptr long)
@ cdecl -private _lfind(ptr ptr ptr long ptr)
...
...
@@ -1280,8 +1280,8 @@
@ cdecl -private _strupr(str)
# @ stub -private _tolower
# @ stub -private _toupper
@ cdecl -private _ui64toa(
double
ptr long)
@ cdecl -private _ui64tow(
double
ptr long)
@ cdecl -private _ui64toa(
int64
ptr long)
@ cdecl -private _ui64tow(
int64
ptr long)
@ cdecl -private _ultoa(long ptr long)
@ cdecl -private _ultow(long ptr long)
@ cdecl -private _vsnprintf(ptr long str ptr) NTDLL__vsnprintf
...
...
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
View file @
d03705ea
...
...
@@ -52,7 +52,7 @@
@ stdcall ObfReferenceObject(ptr)
@ stub RtlPrefetchMemoryNonTemporal
@ cdecl -i386 -norelay RtlUlongByteSwap() ntdll.RtlUlongByteSwap
@ cdecl -ret64 RtlUlonglongByteSwap(
double
) ntdll.RtlUlonglongByteSwap
@ cdecl -ret64 RtlUlonglongByteSwap(
int64
) ntdll.RtlUlonglongByteSwap
@ cdecl -i386 -norelay RtlUshortByteSwap() ntdll.RtlUshortByteSwap
@ stub WmiGetClock
@ stub Kei386EoiHelper
...
...
@@ -655,11 +655,11 @@
@ stub MmAddVerifierThunks
@ stub MmAdjustWorkingSetSize
@ stub MmAdvanceMdl
@ stdcall MmAllocateContiguousMemory(long
double
)
@ stdcall MmAllocateContiguousMemorySpecifyCache(long
double double double
long)
@ stdcall MmAllocateContiguousMemory(long
int64
)
@ stdcall MmAllocateContiguousMemorySpecifyCache(long
int64 int64 int64
long)
@ stub MmAllocateMappingAddress
@ stdcall MmAllocateNonCachedMemory(long)
@ stdcall MmAllocatePagesForMdl(
double double double
long)
@ stdcall MmAllocatePagesForMdl(
int64 int64 int64
long)
@ stub MmBuildMdlForNonPagedPool
@ stub MmCanFileBeTruncated
@ stub MmCommitSessionMappedView
...
...
@@ -993,7 +993,7 @@
@ stdcall RtlDowncaseUnicodeString(ptr ptr long) ntdll.RtlDowncaseUnicodeString
@ stdcall RtlEmptyAtomTable(ptr long) ntdll.RtlEmptyAtomTable
@ 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
@ stub RtlEnumerateGenericTable
@ stub RtlEnumerateGenericTableAvl
...
...
@@ -1004,9 +1004,9 @@
@ stdcall RtlEqualSid(long long) ntdll.RtlEqualSid
@ stdcall RtlEqualString(ptr ptr long) ntdll.RtlEqualString
@ stdcall RtlEqualUnicodeString(ptr ptr long) ntdll.RtlEqualUnicodeString
@ stdcall -ret64 RtlExtendedIntegerMultiply(
double
long) ntdll.RtlExtendedIntegerMultiply
@ stdcall -ret64 RtlExtendedLargeIntegerDivide(
double
long ptr) ntdll.RtlExtendedLargeIntegerDivide
@ stdcall -ret64 RtlExtendedMagicDivide(
double double
long) ntdll.RtlExtendedMagicDivide
@ stdcall -ret64 RtlExtendedIntegerMultiply(
int64
long) ntdll.RtlExtendedIntegerMultiply
@ stdcall -ret64 RtlExtendedLargeIntegerDivide(
int64
long ptr) ntdll.RtlExtendedLargeIntegerDivide
@ stdcall -ret64 RtlExtendedMagicDivide(
int64 int64
long) ntdll.RtlExtendedMagicDivide
@ stdcall RtlFillMemory(ptr long long) ntdll.RtlFillMemory
@ stdcall RtlFillMemoryUlong(ptr long long) ntdll.RtlFillMemoryUlong
@ stdcall RtlFindClearBits(ptr long long) ntdll.RtlFindClearBits
...
...
@@ -1014,10 +1014,10 @@
@ stdcall RtlFindClearRuns(ptr ptr long long) ntdll.RtlFindClearRuns
@ stub RtlFindFirstRunClear
@ stdcall RtlFindLastBackwardRunClear(ptr long ptr) ntdll.RtlFindLastBackwardRunClear
@ stdcall RtlFindLeastSignificantBit(
double
) ntdll.RtlFindLeastSignificantBit
@ stdcall RtlFindLeastSignificantBit(
int64
) ntdll.RtlFindLeastSignificantBit
@ stdcall RtlFindLongestRunClear(ptr long) ntdll.RtlFindLongestRunClear
@ 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
@ stub RtlFindRange
@ stdcall RtlFindSetBits(ptr long long) ntdll.RtlFindSetBits
...
...
@@ -1064,7 +1064,7 @@
@ stub RtlInsertElementGenericTableFull
@ stub RtlInsertElementGenericTableFullAvl
@ stub RtlInsertUnicodePrefix
@ stdcall RtlInt64ToUnicodeString(
double
long ptr) ntdll.RtlInt64ToUnicodeString
@ stdcall RtlInt64ToUnicodeString(
int64
long ptr) ntdll.RtlInt64ToUnicodeString
@ stdcall RtlIntegerToChar(long long long ptr) ntdll.RtlIntegerToChar
@ stub RtlIntegerToUnicode
@ stdcall RtlIntegerToUnicodeString(long long ptr) ntdll.RtlIntegerToUnicodeString
...
...
@@ -1090,13 +1090,13 @@
@ stdcall RtlIsNameLegalDOS8Dot3(ptr ptr ptr) ntdll.RtlIsNameLegalDOS8Dot3
@ stub RtlIsRangeAvailable
@ stub RtlIsValidOemCharacter
@ stdcall -ret64 RtlLargeIntegerAdd(
double double
) ntdll.RtlLargeIntegerAdd
@ stdcall -ret64 RtlLargeIntegerArithmeticShift(
double
long) ntdll.RtlLargeIntegerArithmeticShift
@ stdcall -ret64 RtlLargeIntegerDivide(
double double
ptr) ntdll.RtlLargeIntegerDivide
@ stdcall -ret64 RtlLargeIntegerNegate(
double
) ntdll.RtlLargeIntegerNegate
@ stdcall -ret64 RtlLargeIntegerShiftLeft(
double
long) ntdll.RtlLargeIntegerShiftLeft
@ stdcall -ret64 RtlLargeIntegerShiftRight(
double
long) ntdll.RtlLargeIntegerShiftRight
@ stdcall -ret64 RtlLargeIntegerSubtract(
double double
) ntdll.RtlLargeIntegerSubtract
@ stdcall -ret64 RtlLargeIntegerAdd(
int64 int64
) ntdll.RtlLargeIntegerAdd
@ stdcall -ret64 RtlLargeIntegerArithmeticShift(
int64
long) ntdll.RtlLargeIntegerArithmeticShift
@ stdcall -ret64 RtlLargeIntegerDivide(
int64 int64
ptr) ntdll.RtlLargeIntegerDivide
@ stdcall -ret64 RtlLargeIntegerNegate(
int64
) ntdll.RtlLargeIntegerNegate
@ stdcall -ret64 RtlLargeIntegerShiftLeft(
int64
long) ntdll.RtlLargeIntegerShiftLeft
@ stdcall -ret64 RtlLargeIntegerShiftRight(
int64
long) ntdll.RtlLargeIntegerShiftRight
@ stdcall -ret64 RtlLargeIntegerSubtract(
int64 int64
) ntdll.RtlLargeIntegerSubtract
@ stdcall RtlLengthRequiredSid(long) ntdll.RtlLengthRequiredSid
@ stdcall RtlLengthSecurityDescriptor(ptr) ntdll.RtlLengthSecurityDescriptor
@ stdcall RtlLengthSid(ptr) ntdll.RtlLengthSid
...
...
@@ -1194,7 +1194,7 @@
@ stub RtlValidRelativeSecurityDescriptor
@ stdcall RtlValidSecurityDescriptor(ptr) ntdll.RtlValidSecurityDescriptor
@ stdcall RtlValidSid(ptr) ntdll.RtlValidSid
@ stdcall RtlVerifyVersionInfo(ptr long
double
) ntdll.RtlVerifyVersionInfo
@ stdcall RtlVerifyVersionInfo(ptr long
int64
) ntdll.RtlVerifyVersionInfo
@ stub RtlVolumeDeviceToDosName
@ stub RtlWalkFrameChain
@ stdcall RtlWriteRegistryValue(long ptr ptr long ptr long) ntdll.RtlWriteRegistryValue
...
...
@@ -1256,7 +1256,7 @@
@ stub SeUnlockSubjectContext
@ stub SeUnregisterLogonSessionTerminatedRoutine
@ stub SeValidSecurityDescriptor
@ stdcall -ret64 VerSetConditionMask(
double
long long) ntdll.VerSetConditionMask
@ stdcall -ret64 VerSetConditionMask(
int64
long long) ntdll.VerSetConditionMask
@ stub VfFailDeviceNode
@ stub VfFailDriver
@ stub VfFailSystemBIOS
...
...
@@ -1395,16 +1395,16 @@
@ cdecl -private _CIsin() msvcrt._CIsin
@ cdecl -private _CIsqrt() msvcrt._CIsqrt
@ 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
@ 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 -ret64 _allrem(
double double
) ntdll._allrem
@ stdcall -private -ret64 _allrem(
int64 int64
) ntdll._allrem
@ stub _allshl
@ stub _allshr
@ stdcall -private -ret64 _aulldiv(
double double
) ntdll._aulldiv
@ stdcall -private -ret64 _aulldiv(
int64 int64
) ntdll._aulldiv
@ stub _aulldvrm
@ stdcall -private -ret64 _aullrem(
double double
) ntdll._aullrem
@ stdcall -private -ret64 _aullrem(
int64 int64
) ntdll._aullrem
@ stub _aullshr
@ cdecl -private -i386 _except_handler2(ptr ptr ptr ptr) msvcrt._except_handler2
@ cdecl -private -i386 _except_handler3(ptr ptr ptr ptr) msvcrt._except_handler3
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment