Commit fb5cd3cf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winapi: Update win16.api.

Wine no longer has winedos16.dll and wprocs.dll and display.drv, keyboard.drv and mouse.drv have a .drv extension, not a .dll one. Signed-off-by: 's avatarFrancois Gouget <fgouget@free.fr> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f57c5dde
...@@ -217,7 +217,7 @@ LPSTR ...@@ -217,7 +217,7 @@ LPSTR
WORD WORD
%%display.dll %%display.drv
%long %long
...@@ -362,7 +362,7 @@ INT16 ...@@ -362,7 +362,7 @@ INT16
UINT16 UINT16
WORD WORD
%%keyboard.dll %%keyboard.drv
%long %long
...@@ -628,7 +628,7 @@ MMRESULT16 ...@@ -628,7 +628,7 @@ MMRESULT16
UINT16 UINT16
WORD WORD
%%mouse.dll %%mouse.drv
%ptr %ptr
...@@ -1408,12 +1408,6 @@ CONTEXT86 * ...@@ -1408,12 +1408,6 @@ CONTEXT86 *
void void
%%winedos16.dll
%void
void
%%wineps16.drv %%wineps16.drv
%long %long
...@@ -1556,13 +1550,3 @@ HWTHOOK16 ...@@ -1556,13 +1550,3 @@ HWTHOOK16
INT16 INT16
UINT16 UINT16
WPARAM16 WPARAM16
%%wprocs.dll
%ptr
CONTEXT86 *
%void
void
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