Module: wine Branch: master Commit: bb7db79b0067315cad742339c2ede99f829754cc URL: http://source.winehq.org/git/wine.git/?a=commit;h=bb7db79b0067315cad742339c2...
Author: Maarten Lankhorst m.b.lankhorst@gmail.com Date: Fri Nov 21 23:01:35 2008 +0100
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.
---
dlls/qmgrprxy/Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/qmgrprxy/Makefile.in b/dlls/qmgrprxy/Makefile.in index 18d7b11..e451566 100644 --- a/dlls/qmgrprxy/Makefile.in +++ b/dlls/qmgrprxy/Makefile.in @@ -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