|
From: Adam K. <akr...@ro...> - 2007-06-06 21:35:04
|
Par Lofgren wrote: > You can use INFINITE in calls with timeout property. > > WaitForSingleObject(c->ol.hEvent, INFINITE); > > INFINIT == 0xFFFFFFFF Ideally libusb-win32 would do this under the hood when the caller supplies a timeout of 0, to match Linux behvaior. But we should check other libusb implementations first; the Linux behvaior is not necessarily the correct one. --Adam |