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
66267d06
Commit
66267d06
authored
Dec 22, 2000
by
Eric Pouech
Committed by
Alexandre Julliard
Dec 22, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added some 16 bit entry points needed by multimedia DLLs.
parent
5801723b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
kernel32.spec
dlls/kernel/kernel32.spec
+2
-0
user32.spec
dlls/user/user32.spec
+8
-1
No files found.
dlls/kernel/kernel32.spec
View file @
66267d06
...
...
@@ -948,6 +948,8 @@ debug_channels (comm debugstr dll int resource stress thunk toolhelp win32)
@ stdcall GetDOSEnvironment16() GetDOSEnvironment16
@ stdcall GetModuleFileName16(long ptr long) GetModuleFileName16
@ stdcall GetModuleHandle16(str) GetModuleHandle16
@ stdcall IsTask16(long) IsTask16
@ stdcall LoadModule16(str long) LoadModule16
@ stdcall LoadResource16(long long) LoadResource16
@ stdcall LockResource16(long) LockResource16
@ stdcall WinExec16(str long) WinExec16
...
...
dlls/user/user32.spec
View file @
66267d06
...
...
@@ -353,7 +353,7 @@ debug_channels (accel caret class clipboard combo cursor dc ddeml dialog driver
@ stdcall IsCharUpperW(long) IsCharUpperW
@ stdcall IsChild(long long) IsChild
@ stdcall IsClipboardFormatAvailable(long) IsClipboardFormatAvailable
@ st
ub IsDialogMessage
@ st
dcall IsDialogMessage(long ptr) IsDialogMessageA
@ stdcall IsDialogMessageA(long ptr) IsDialogMessageA
@ stdcall IsDialogMessageW(long ptr) IsDialogMessageW
@ stdcall IsDlgButtonChecked(long long) IsDlgButtonChecked
...
...
@@ -658,9 +658,16 @@ debug_channels (accel caret class clipboard combo cursor dc ddeml dialog driver
#
@ stdcall CallNextHookEx16(long long long long) CallNextHookEx16
@ stdcall CallWindowProc16(long long long long long) CallWindowProc16
@ stdcall CloseDriver16(long long long) CloseDriver16
@ stdcall CreateDialogIndirectParam16(long ptr long long long) CreateDialogIndirectParam16
@ stdcall DefDriverProc16(long long long long long) DefDriverProc16
@ stdcall DialogBoxIndirectParam16(long long long long long) DialogBoxIndirectParam16
@ stdcall GetDriverModuleHandle16(long) GetDriverModuleHandle16
@ stdcall OpenDriver16(str str long) OpenDriver16
@ stdcall PostAppMessage16(long long long long) PostAppMessage16
@ stdcall SendDriverMessage16(long long long long) SendDriverMessage16
@ stdcall SetWindowsHookEx16(long long long long) SetWindowsHookEx16
@ stdcall UserYield16() UserYield16
################################################################
# Wine extensions: extra useful functions not exported under Windows
...
...
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