Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
f0052479
Commit
f0052479
authored
Nov 12, 1999
by
Ulrich Weigand
Committed by
Alexandre Julliard
Nov 12, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow for buggy apps that call the wrong VxDCall routine.
parent
f90b60e2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
kernel32.spec
relay32/kernel32.spec
+9
-9
device.c
win32/device.c
+0
-0
No files found.
relay32/kernel32.spec
View file @
f0052479
...
...
@@ -15,15 +15,15 @@ import ntdll.dll
# - code generated by the MS Thunk Compiler
# - symbols exported by the Oct 94 beta version of kernel32.dll
1
stdcall VxDCall0(long
) VxDCall0
2
stdcall VxDCall1(long
long) VxDCall1
3
stdcall VxDCall2(long long
long) VxDCall2
4
stdcall VxDCall3(long long long
long) VxDCall3
5
stdcall VxDCall4(long long long long
long) VxDCall4
6
stdcall VxDCall5(long long long long long
long) VxDCall5
7
stdcall VxDCall6(long long long long long long
long) VxDCall6
8
stdcall VxDCall7(long long long long long long long
long) VxDCall7
9
stdcall VxDCall8(long long long long long long long long
long) VxDCall8
1
register VxDCall0(long
) VxDCall0
2
register VxDCall1(
long) VxDCall1
3
register VxDCall2(
long) VxDCall2
4
register VxDCall3(
long) VxDCall3
5
register VxDCall4(
long) VxDCall4
6
register VxDCall5(
long) VxDCall5
7
register VxDCall6(
long) VxDCall6
8
register VxDCall7(
long) VxDCall7
9
register VxDCall8(
long) VxDCall8
10 stdcall k32CharToOemA(str str) CharToOemA
11 stdcall k32CharToOemBuffA(str str long) CharToOemBuffA
12 stdcall k32OemToCharA(ptr ptr) OemToCharA
...
...
win32/device.c
View file @
f0052479
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