Commit 80df54a4 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

user32: Link directly to win32u.

parent 5a66203b
......@@ -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)
......
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
......
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