Commit bb7db79b authored by Maarten Lankhorst's avatar Maarten Lankhorst Committed by Alexandre Julliard

qmgrprxy: Fix building on wine64.

It uses some functions that are inlined in i386, but are explicitly linked on other architectures, which means that qmgrprxy should link to ntdll.
parent 9726a711
......@@ -3,7 +3,7 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = qmgrprxy.dll
IMPORTS = rpcrt4 kernel32
IMPORTS = rpcrt4 kernel32 ntdll
EXTRADEFS = -DREGISTER_PROXY_DLL
IDL_I_SRCS = qmgrprxy.idl
......
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