projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
winhttp/tests: Make sure proxy settings are restored.
[wine]
/
dlls
/
iphlpapi
/
Makefile.in
1
MODULE = iphlpapi.dll
2
IMPORTLIB = iphlpapi
3
IMPORTS = advapi32
4
EXTRALIBS = @RESOLVLIBS@ @LIBKSTAT@
5
6
C_SRCS = \
7
icmp.c \
8
ifenum.c \
9
iphlpapi_main.c \
10
ipstats.c
11
12
RC_SRCS = version.rc
13
14
@MAKE_DLL_RULES@