From bb58fb27541972afe2666095e32b4b243ccd87b7 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Fri, 19 Mar 2010 20:38:48 +0000 Subject: oops - removed cancel_io emulation debug --- libusb/os/poll_windows.c | 1 - 1 file changed, 1 deletion(-) 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