Reimplemented winsock asynchronous DNS services. No longer use a
authorMarcus Meissner <marcus@jet.franken.de>
Sat, 10 Apr 1999 16:58:55 +0000 (16:58 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 10 Apr 1999 16:58:55 +0000 (16:58 +0000)
commitbdb6bec83ac99c96206cb7f96cf9e6ec6d6cbb15
tree61280f92961783ba0d57411b731df01a64fc2587
parent5d2a658865611d5e22c4c930e5513af97b064a9e
Reimplemented winsock asynchronous DNS services. No longer use a
fork()ed process, but either a service thread or inline blocking calls
for non-threading architectures. (Makes Free Agent16 work again.)
include/winsock.h
misc/Makefile.in
misc/winsock.c
misc/winsock_async.c [new file with mode: 0644]
misc/winsock_dns.c [deleted file]