- Don't use event flags with ReadFileEx and WriteFileEx.
commit0964495bc40654edf3fada662d92af65627d8e89
authorMike McCormack <mike_mccormack@start.com.au>
Mon, 7 Jan 2002 18:04:50 +0000 (7 18:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 7 Jan 2002 18:04:50 +0000 (7 18:04 +0000)
tree63c6b9451dd0e434591842299c852ee57d051fdb
parent5016e921f5bcb5d282f64916f94367e9efdefbc8
- Don't use event flags with ReadFileEx and WriteFileEx.
- Use overlapped structure with WriteFile, since FILE_FLAG_OVERLAPPED
  is specified.
- Cancel overlapped operations in CloseComm.
dlls/user/comm16.c