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
1ffd5009
Commit
1ffd5009
authored
Dec 01, 1998
by
Marcus Meissner
Committed by
Alexandre Julliard
Dec 01, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some stubs, some ptr->str conversions.
parent
581a8edd
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
ntdll.spec
relay32/ntdll.spec
+3
-0
ole32.spec
relay32/ole32.spec
+4
-0
user32.spec
relay32/user32.spec
+2
-2
No files found.
relay32/ntdll.spec
View file @
1ffd5009
...
...
@@ -985,3 +985,6 @@ type win32
980 stub RtlGuidToPropertySetName
981 stub RtlClosePropertySet
982 stub RtlCreatePropertySet
983 stub _wtoi
984 stub _wtol
985 stub RtlSetPropertySetClassId
relay32/ole32.spec
View file @
1ffd5009
...
...
@@ -163,3 +163,7 @@ type win32
160 stub WriteFmtUserTypeStg
161 stub WriteOleStg
162 stub WriteStringStream
163 stub CoInitializeEx
164 stub CoInitializeSecurity
165 stub CoCreateInstanceEx
166 stub PropVariantClear
relay32/user32.spec
View file @
1ffd5009
...
...
@@ -438,8 +438,8 @@ init MAIN_UserInit
434 stdcall RegisterLogonProcess(long long) RegisterLogonProcess
435 stub RegisterSystemThread
436 stdcall RegisterTasklist (long) RegisterTaskList32
437 stdcall RegisterWindowMessageA(
p
tr) RegisterWindowMessage32A
438 stdcall RegisterWindowMessageW(
p
tr) RegisterWindowMessage32W
437 stdcall RegisterWindowMessageA(
s
tr) RegisterWindowMessage32A
438 stdcall RegisterWindowMessageW(
ws
tr) RegisterWindowMessage32W
439 stdcall ReleaseCapture() ReleaseCapture
440 stdcall ReleaseDC(long long) ReleaseDC32
441 stdcall RemoveMenu(long long long) RemoveMenu32
...
...
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