On Tue, Jan 15, 2002 at 08:06:22PM +0100, Martin Wilck wrote:
PATCH: async-immediate.diff
This patch uses a more elegant and (IMO) more wine-ish method to check
for
possible immediate completion of asynchronous IO requests in ReadFile()
and
WriteFile().
If you get this, async-struct and async-immediate don't harm the 16 bit app. Just making sure I tested exactly what is being proposed.
Lawson
________________________________________________________________ GET INTERNET ACCESS FROM JUNO! Juno offers FREE or PREMIUM Internet access for less! Join Juno today! For your FREE software, visit: http://dl.www.juno.com/get/web/.
On Tue, 15 Jan 2002 l_whitney@juno.com wrote:
If you get this, async-struct and async-immediate don't harm the 16 bit app. Just making sure I tested exactly what is being proposed.
It is exactly the same, except for the additional traces that I left out, and of course the changes in CVS between 2002-01-08 and 2002-01-15.
Martin