diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-19 20:38:48 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-19 20:38:48 +0000 |
commit | bb58fb27541972afe2666095e32b4b243ccd87b7 (patch) | |
tree | ac543bdfbe12016acdcaee992c62647cff90746d | |
parent | ced538fde156cff9fba2064542cae607b0c9e07f (diff) | |
download | libusb-bb58fb27541972afe2666095e32b4b243ccd87b7.tar.gz |
oops - removed cancel_io emulation debugr221
-rw-r--r-- | libusb/os/poll_windows.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libusb/os/poll_windows.c b/libusb/os/poll_windows.c index 268c3e2..8b2428c 100644 --- a/libusb/os/poll_windows.c +++ b/libusb/os/poll_windows.c @@ -153,7 +153,6 @@ void init_polling(void) if (!is_polling_set) { pCancelIoEx = (BOOL (__stdcall *)(HANDLE,LPOVERLAPPED)) GetProcAddress(GetModuleHandle("KERNEL32"), "CancelIoEx"); - pCancelIoEx = NULL; usbi_dbg("Will use CancelIo%s for I/O cancellation", CancelIoEx_Available?"Ex":""); for (i=0; i<MAX_FDS; i++) { |