aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_tcp_connect.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't define WINVER in *.c filesMax Kellermann2011-10-091-1/+0
| | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
* tcp_connect: generic library for establishing TCP connectionsMax Kellermann2011-09-201-0/+165