Made async IO (SIGIO) stuff from WINSOCK generic useable.
commitad7538bfc5873811678becf3e858128236a7f210
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 14 Dec 1998 18:15:10 +0000 (14 18:15 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 14 Dec 1998 18:15:10 +0000 (14 18:15 +0000)
treeda737a51f1906971ca24666240322c4d0349f7b5
parent0875d6e92308b33743b605a4dee56d7d64237523
Made async IO (SIGIO) stuff from WINSOCK generic useable.
Added async IO support to FILE and CONSOLE objects.
files/Makefile.in
files/async.c [new file with mode: 0644]
files/file.c
include/async.h [new file with mode: 0644]
include/file.h
loader/signal.c
misc/winsock_dns.c
win32/console.c