ws2_32: Return a valid value for WSAIoctl SIO_IDEAL_SEND_BACKLOG_QUERY.
[wine.git] / dlls / urlmon / Makefile.in
bloba29c831e4558125c05a2415b4a7d6041a0b89cf8
1 MODULE = urlmon.dll
2 IMPORTLIB = urlmon
3 IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
4 DELAYIMPORTS = advpack
6 C_SRCS = \
7 axinstall.c \
8 bindctx.c \
9 binding.c \
10 bindprot.c \
11 download.c \
12 file.c \
13 format.c \
14 ftp.c \
15 gopher.c \
16 http.c \
17 internet.c \
18 mimefilter.c \
19 mk.c \
20 protocol.c \
21 sec_mgr.c \
22 session.c \
23 umon.c \
24 umstream.c \
25 uri.c \
26 urlmon_main.c \
27 usrmarshal.c
29 RC_SRCS = urlmon.rc
31 IDL_SRCS = urlmon_urlmon.idl
33 dlldata_EXTRADEFS = -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL \
34 -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"