Commit e6215938 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

rpcrt4: Always use winsock for networking.

parent efdb722c
......@@ -2,8 +2,7 @@ EXTRADEFS = -D_RPCRT4_ -DMSWMSG
MODULE = rpcrt4.dll
IMPORTLIB = rpcrt4
IMPORTS = uuid advapi32
DELAYIMPORTS = iphlpapi wininet secur32 user32
EXTRALIBS = $(SOCKET_LIBS)
DELAYIMPORTS = iphlpapi wininet secur32 user32 ws2_32
C_SRCS = \
cproxy.c \
......
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