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
80338d4a
Commit
80338d4a
authored
Nov 30, 2000
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export a few 16-bit functions needed by higher-level dlls.
parent
42a73203
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
29 additions
and
4 deletions
+29
-4
gdi32.spec
dlls/gdi/gdi32.spec
+6
-0
kernel32.spec
dlls/kernel/kernel32.spec
+13
-2
user32.spec
dlls/user/user32.spec
+10
-2
No files found.
dlls/gdi/gdi32.spec
View file @
80338d4a
...
...
@@ -412,3 +412,9 @@ debug_channels (bitblt bitmap clipping dc ddraw driver enhmetafile font gdi
@ extern pfnRealizePalette pfnRealizePalette
@ extern pfnSelectPalette pfnSelectPalette
@ stub pstackConnect
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
#
@ stdcall CreateMetaFile16(str) CreateMetaFile16
@ stdcall CloseMetaFile16(long) CloseMetaFile16
dlls/kernel/kernel32.spec
View file @
80338d4a
...
...
@@ -938,8 +938,19 @@ debug_channels (comm debugstr dll int resource stress thunk toolhelp win32)
@ stdcall SetCriticalSectionSpinCount(ptr long) SetCriticalSectionSpinCount
@ stdcall ProcessIdToSessionId(long ptr) ProcessIdToSessionId
##################
# Wine extensions
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
#
@ stdcall ConvertDialog32To16(ptr long ptr) ConvertDialog32To16
@ stdcall FindResource16(long str str) FindResource16
@ stdcall FreeResource16(long) FreeResource16
@ stdcall GetCurrentTask() GetCurrentTask
@ stdcall GetModuleHandle16(str) GetModuleHandle16
@ stdcall LoadResource16(long long) LoadResource16
@ stdcall LockResource16(long) LockResource16
################################################################
# Wine internal extensions
#
# All functions must be prefixed with '__wine_' (for internal functions)
# or 'wine_' (for user-visible functions) to avoid namespace conflicts.
...
...
dlls/user/user32.spec
View file @
80338d4a
...
...
@@ -653,8 +653,16 @@ debug_channels (accel caret class clipboard combo cursor dc ddeml dialog driver
@ stdcall AllowSetForegroundWindow (long) AllowSetForegroundWindow
@ stdcall LockSetForegroundWindow (long) LockSetForegroundWindow
###################################################
#
Extra useful functions not exported under Window
s
###################################################
#############
#
Wine extensions: Win16 functions that are needed by other dll
s
#
@ stdcall CallWindowProc16(long long long long long) CallWindowProc16
@ stdcall CreateDialogIndirectParam16(long ptr long long long) CreateDialogIndirectParam16
@ stdcall DialogBoxIndirectParam16(long long long long long) DialogBoxIndirectParam16
################################################################
# Wine extensions: extra useful functions not exported under Windows
#
@ stdcall GetSysColorPen(long) GetSysColorPen
@ stdcall wvsnprintfA(ptr long str ptr) wvsnprintfA
@ stdcall wvsnprintfW(ptr long wstr ptr) wvsnprintfW
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