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
727f23c5
Commit
727f23c5
authored
Nov 13, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
user32: No longer export the 16-bit dialog and message functions.
parent
b76f8587
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
Makefile.in
dlls/user32/Makefile.in
+2
-2
user32.spec
dlls/user32/user32.spec
+0
-4
No files found.
dlls/user32/Makefile.in
View file @
727f23c5
...
...
@@ -25,7 +25,6 @@ C_SRCS = \
defwnd.c
\
desktop.c
\
dialog.c
\
dialog16.c
\
driver.c
\
edit.c
\
exticon.c
\
...
...
@@ -39,7 +38,6 @@ C_SRCS = \
menu.c
\
message.c
\
misc.c
\
msg16.c
\
msgbox.c
\
nonclient.c
\
painting.c
\
...
...
@@ -62,7 +60,9 @@ C_SRCS = \
C_SRCS16
=
\
bidi16.c
\
comm16.c
\
dialog16.c
\
hook16.c
\
msg16.c
\
network.c
\
user16.c
\
wnd16.c
...
...
dlls/user32/user32.spec
View file @
727f23c5
...
...
@@ -774,11 +774,7 @@
################################################################
# Wine extensions: Win16 functions that are needed by other dlls
#
@ stdcall CallWindowProc16(long long long long long)
@ stdcall CreateDialogIndirectParam16(long ptr long long long)
@ stdcall DefWindowProc16(long long long long)
@ stdcall DestroyIcon32(long long)
@ stdcall DialogBoxIndirectParam16(long long long long long)
################################################################
# Wine dll separation hacks, these will go away, don't use them
...
...
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