This website requires JavaScript.
Explore
Help
Register
Sign In
ReceiveTempSMS
/
Sweden-Number
Watch
1
Star
0
Fork
You've already forked Sweden-Number
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0925a73027
Sweden-Number
/
dlls
/
ws2_32
/
tests
/
Makefile.in
8 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
Create separate makefiles for tests for more flexibility.
2002-08-09 03:22:40 +02:00
TESTDLL
=
ws2_32.dll
ws2_32/tests: Link directly to more functions. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-10-06 05:22:35 +02:00
IMPORTS
=
iphlpapi ws2_32 user32
Create separate makefiles for tests for more flexibility.
2002-08-09 03:22:40 +02:00
makefiles: Use the standard C_SRCS variable as the list of test files. This enables it to be auto-updated by make_makefiles.
2010-02-20 19:56:55 +01:00
C_SRCS
=
\
ws2_32/tests: Add some tests for IOCTL_AFD_RECV. Signed-off-by: Zebediah Figura <z.figura12@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-05-22 05:08:49 +02:00
afd.c
\
Fill WSAPROTOCOL_INFO structures instead of PROTOCOL_INFO structures. Implement WSCEnumProtocols(). Add some tests.
2004-11-02 00:18:47 +01:00
protocol.c
\
Create separate makefiles for tests for more flexibility.
2002-08-09 03:22:40 +02:00
sock.c