Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sam Joan Roque-Worcel
wine
Commits
80338d4a
Commit
80338d4a
authored
24 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
Export a few 16-bit functions needed by higher-level dlls.
parent
42a73203
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
dlls/gdi/gdi32.spec
+6
-0
6 additions, 0 deletions
dlls/gdi/gdi32.spec
dlls/kernel/kernel32.spec
+13
-2
13 additions, 2 deletions
dlls/kernel/kernel32.spec
dlls/user/user32.spec
+10
-2
10 additions, 2 deletions
dlls/user/user32.spec
with
29 additions
and
4 deletions
dlls/gdi/gdi32.spec
+
6
−
0
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
This diff is collapsed.
Click to expand it.
dlls/kernel/kernel32.spec
+
13
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
dlls/user/user32.spec
+
10
−
2
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment