QWindowsPipeReader: use CancelIoEx on Windows >= Vista
authorJoerg Bornemann <joerg.bornemann@digia.com>
Sat, 29 Sep 2012 16:37:56 +0000 (18:37 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 2 Oct 2012 06:06:06 +0000 (08:06 +0200)
commit49a9c50ea8b7cbe92684a707f985792b06d17f1e
tree762a395c233f13f73c85fad4ea5ad427ef8be1de
parent618c5f854faddbc5b614ae5a399ca2af4848a1ab
QWindowsPipeReader: use CancelIoEx on Windows >= Vista

This cancels only the I/O operation of the reader and not all
operations on the handle.

Change-Id: Ie442199534cf45e58bb2e053da9fecee961a460e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
src/corelib/io/qwindowspipereader.cpp