projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
include: Revise the Winsock include in windows.h to match the Windows SDK.
[wine]
/
dlls
/
ws2_32
/
Makefile.in
1
EXTRADEFS = -DUSE_WS_PREFIX
2
MODULE = ws2_32.dll
3
IMPORTLIB = ws2_32
4
DELAYIMPORTS = iphlpapi user32
5
EXTRALIBS = @LIBPOLL@
6
7
C_SRCS = \
8
async.c \
9
protocol.c \
10
socket.c
11
12
RC_SRCS = version.rc
13
14
@MAKE_DLL_RULES@