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
bf35c261
Commit
bf35c261
authored
Feb 27, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntoskrnl: Avoid forwarding to ntdll, link directly instead.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9036a84b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
ntdll.spec
dlls/ntdll/ntdll.spec
+9
-9
ntoskrnl.exe.spec
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
+0
-0
No files found.
dlls/ntdll/ntdll.spec
View file @
bf35c261
...
...
@@ -1334,18 +1334,18 @@
@ cdecl -private __iscsym(long) NTDLL___iscsym
@ cdecl -private __iscsymf(long) NTDLL___iscsymf
@ cdecl -private __toascii(long) NTDLL___toascii
@ stdcall -
private -
arch=i386 -ret64 _alldiv(int64 int64)
@ stdcall -arch=i386 -ret64 _alldiv(int64 int64)
# @ stub _alldvrm
@ stdcall -
private -
arch=i386 -ret64 _allmul(int64 int64)
@ stdcall -
private -
arch=i386 -norelay _alloca_probe()
@ stdcall -
private -
arch=i386 -ret64 _allrem(int64 int64)
@ stdcall -
private -
arch=i386 -ret64 _allshl(int64 long)
@ stdcall -
private -
arch=i386 -ret64 _allshr(int64 long)
@ stdcall -arch=i386 -ret64 _allmul(int64 int64)
@ stdcall -arch=i386 -norelay _alloca_probe()
@ stdcall -arch=i386 -ret64 _allrem(int64 int64)
@ stdcall -arch=i386 -ret64 _allshl(int64 long)
@ stdcall -arch=i386 -ret64 _allshr(int64 long)
@ cdecl -private -ret64 _atoi64(str)
@ stdcall -
private -
arch=i386 -ret64 _aulldiv(int64 int64)
@ stdcall -arch=i386 -ret64 _aulldiv(int64 int64)
# @ stub _aulldvrm
@ stdcall -
private -
arch=i386 -ret64 _aullrem(int64 int64)
@ stdcall -
private -
arch=i386 -ret64 _aullshr(int64 long)
@ stdcall -arch=i386 -ret64 _aullrem(int64 int64)
@ stdcall -arch=i386 -ret64 _aullshr(int64 long)
@ stdcall -private -arch=i386 -norelay _chkstk()
@ stub _fltused
@ cdecl -private -arch=i386 -ret64 _ftol() NTDLL__ftol
...
...
dlls/ntoskrnl.exe/ntoskrnl.exe.spec
View file @
bf35c261
This diff is collapsed.
Click to expand it.
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