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
1871e660
Commit
1871e660
authored
Oct 02, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forward all large integer functions to ntdll.
parent
6dfaf182
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
kernel32.spec
dlls/kernel/kernel32.spec
+14
-14
No files found.
dlls/kernel/kernel32.spec
View file @
1871e660
...
...
@@ -87,20 +87,20 @@ import ntdll.dll
69 stdcall K32WOWGetVDMPointerUnfix(long) WOWGetVDMPointerUnfix
70 stdcall K32WOWGetDescriptor(long long) WOWGetDescriptor
71 stub IsThreadId
72
stub K32
RtlLargeIntegerAdd
73
stub K32
RtlEnlargedIntegerMultiply
74
stub K32
RtlEnlargedUnsignedMultiply
75
stub K32
RtlEnlargedUnsignedDivide
76
stdcall K32RtlExtendedLargeIntegerDivide(long long long ptr)
RtlExtendedLargeIntegerDivide
77
stub K32
RtlExtendedMagicDivide
78
stdcall K32RtlExtendedIntegerMultiply(long long long)
RtlExtendedIntegerMultiply
79
stub K32
RtlLargeIntegerShiftLeft
80
stub K32
RtlLargeIntegerShiftRight
81
stub K32
RtlLargeIntegerArithmeticShift
82
stub K32
RtlLargeIntegerNegate
83
stub K32
RtlLargeIntegerSubtract
84
stub K32
RtlConvertLongToLargeInteger
85
stub K32
RtlConvertUlongToLargeInteger
72
forward K32RtlLargeIntegerAdd ntdll.
RtlLargeIntegerAdd
73
forward K32RtlEnlargedIntegerMultiply ntdll.
RtlEnlargedIntegerMultiply
74
forward K32RtlEnlargedUnsignedMultiply ntdll.
RtlEnlargedUnsignedMultiply
75
forward K32RtlEnlargedUnsignedDivide ntdll.
RtlEnlargedUnsignedDivide
76
forward K32RtlExtendedLargeIntegerDivide ntdll.
RtlExtendedLargeIntegerDivide
77
forward K32RtlExtendedMagicDivide ntdll.
RtlExtendedMagicDivide
78
forward K32RtlExtendedIntegerMultiply ntdll.
RtlExtendedIntegerMultiply
79
forward K32RtlLargeIntegerShiftLeft ntdll.
RtlLargeIntegerShiftLeft
80
forward K32RtlLargeIntegerShiftRight ntdll.
RtlLargeIntegerShiftRight
81
forward K32RtlLargeIntegerArithmeticShift ntdll.
RtlLargeIntegerArithmeticShift
82
forward K32RtlLargeIntegerNegate ntdll.
RtlLargeIntegerNegate
83
forward K32RtlLargeIntegerSubtract ntdll.
RtlLargeIntegerSubtract
84
forward K32RtlConvertLongToLargeInteger ntdll.
RtlConvertLongToLargeInteger
85
forward K32RtlConvertUlongToLargeInteger ntdll.
RtlConvertUlongToLargeInteger
86 stdcall _KERNEL32_86(ptr) _KERNEL32_86
87 stdcall SSOnBigStack() SSOnBigStack
88 varargs SSCall(long long ptr) SSCall
...
...
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