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
a2a4133f
Commit
a2a4133f
authored
May 12, 1999
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
the ntdll one.
parent
e4177e67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
kernel32.spec
relay32/kernel32.spec
+6
-4
ntdll.spec
relay32/ntdll.spec
+1
-1
No files found.
relay32/kernel32.spec
View file @
a2a4133f
...
...
@@ -2,6 +2,8 @@ name kernel32
type win32
init MAIN_KernelInit
import ntdll.dll
# Functions exported by the Win95 kernel32.dll
# (these need to have these exact ordinals, for some win95 dlls
# import kernel32.dll by ordinal)
...
...
@@ -604,10 +606,10 @@ init MAIN_KernelInit
585 stdcall RemoveDirectoryW(wstr) RemoveDirectoryW
586 stdcall ResetEvent(long) ResetEvent
587 stdcall ResumeThread(long) ResumeThread
588
stdcall RtlFillMemory(ptr long long)
RtlFillMemory
589
stdcall RtlMoveMemory(ptr ptr long)
RtlMoveMemory
590
register RtlUnwind()
RtlUnwind
591
stdcall RtlZeroMemory(ptr long)
RtlZeroMemory
588
forward RtlFillMemory NTDLL.
RtlFillMemory
589
forward RtlMoveMemory NTDLL.
RtlMoveMemory
590
forward RtlUnwind NTDLL.
RtlUnwind
591
forward RtlZeroMemory NTDLL.
RtlZeroMemory
592 register SMapLS() SMapLS
593 register SMapLS_IP_EBP_12() SMapLS_IP_EBP_12
594 register SMapLS_IP_EBP_16() SMapLS_IP_EBP_16
...
...
relay32/ntdll.spec
View file @
a2a4133f
...
...
@@ -523,7 +523,7 @@ type win32
515 stdcall RtlUnicodeToOemN(ptr long ptr ptr long) RtlUnicodeToOemN
516 stub RtlUniform
517 stub RtlUnlockHeap
518
stub
RtlUnwind
518
register RtlUnwind()
RtlUnwind
519 stub RtlUpcaseUnicodeChar
520 stdcall RtlUpcaseUnicodeString(ptr ptr long) RtlUpcaseUnicodeString
521 stub RtlUpcaseUnicodeStringToAnsiString
...
...
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