server: Avoid redundant polling in fd_queue_async_timeout.
authorAlexandre Julliard <julliard@winehq.org>
Mon, 2 Apr 2007 10:48:13 +0000 (12:48 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 2 Apr 2007 10:48:13 +0000 (12:48 +0200)
commite92f85474f8c81f40437c97fa630eb0326cef749
tree01d8194e98dfdbd877d6899389bd7ff1e5da0a4b
parent95ba4b553ca2a20bca8b5c055033ab505ceec86f
server: Avoid redundant polling in fd_queue_async_timeout.

Moved the file overlapped flag check to default_fd_queue_async.
server/fd.c
server/file.h
server/mailslot.c