HomeSort by relevance Sort by last modified time
    Searched full:safe_closehandle (Results 1 - 2 of 2) sorted by null

  /external/libusb/libusb/os/
windows_common.h 49 #define safe_closehandle(h) do {if (h != INVALID_HANDLE_VALUE) {CloseHandle(h); h = INVALID_HANDLE_VALUE;}} while(0) macro
windows_winusb.c     [all...]

Completed in 404 milliseconds