user32: Link directly to win32u.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Huw Davies <huw@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
5a66203ba5
commit
80df54a407
|
@ -547,8 +547,6 @@
|
|||
################################################################
|
||||
# Wine extensions: Win16 functions that are needed by other dlls
|
||||
#
|
||||
@ stdcall GetDCHook(long ptr)
|
||||
@ stdcall SetDCHook(long ptr long)
|
||||
@ stdcall SetHookFlags(long long)
|
||||
|
||||
################################################################
|
||||
|
@ -558,12 +556,8 @@
|
|||
# or 'wine_' (for user-visible functions) to avoid namespace conflicts.
|
||||
|
||||
# GDI objects
|
||||
@ cdecl __wine_make_gdi_object_system(long long)
|
||||
@ cdecl __wine_set_visible_region(long long ptr ptr ptr)
|
||||
|
||||
# Graphics drivers
|
||||
@ cdecl __wine_set_display_driver(long)
|
||||
|
||||
# OpenGL
|
||||
@ cdecl __wine_get_wgl_driver(long long)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
EXTRADEFS = -D_USER32_ -D_WINABLE_
|
||||
MODULE = user32.dll
|
||||
IMPORTLIB = user32
|
||||
IMPORTS = setupapi gdi32 version sechost advapi32 kernelbase
|
||||
IMPORTS = setupapi gdi32 version sechost advapi32 kernelbase win32u
|
||||
EXTRAINCL = $(PNG_CFLAGS)
|
||||
DELAYIMPORTS = hid imm32
|
||||
|
||||
|
|
Loading…
Reference in New Issue