Commit 727f23c5 authored by Alexandre Julliard's avatar Alexandre Julliard

user32: No longer export the 16-bit dialog and message functions.

parent b76f8587
...@@ -25,7 +25,6 @@ C_SRCS = \ ...@@ -25,7 +25,6 @@ C_SRCS = \
defwnd.c \ defwnd.c \
desktop.c \ desktop.c \
dialog.c \ dialog.c \
dialog16.c \
driver.c \ driver.c \
edit.c \ edit.c \
exticon.c \ exticon.c \
...@@ -39,7 +38,6 @@ C_SRCS = \ ...@@ -39,7 +38,6 @@ C_SRCS = \
menu.c \ menu.c \
message.c \ message.c \
misc.c \ misc.c \
msg16.c \
msgbox.c \ msgbox.c \
nonclient.c \ nonclient.c \
painting.c \ painting.c \
...@@ -62,7 +60,9 @@ C_SRCS = \ ...@@ -62,7 +60,9 @@ C_SRCS = \
C_SRCS16 = \ C_SRCS16 = \
bidi16.c \ bidi16.c \
comm16.c \ comm16.c \
dialog16.c \
hook16.c \ hook16.c \
msg16.c \
network.c \ network.c \
user16.c \ user16.c \
wnd16.c wnd16.c
......
...@@ -774,11 +774,7 @@ ...@@ -774,11 +774,7 @@
################################################################ ################################################################
# Wine extensions: Win16 functions that are needed by other dlls # 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 DestroyIcon32(long long)
@ stdcall DialogBoxIndirectParam16(long long long long long)
################################################################ ################################################################
# Wine dll separation hacks, these will go away, don't use them # Wine dll separation hacks, these will go away, don't use them
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment