DLL_LOAD_PREFIXNAME 106 third_party/libusb/src/libusb/os/windows_common.h #define DLL_LOAD(dll, name, ret_on_failure) DLL_LOAD_PREFIXNAME(dll, name, name, ret_on_failure) DLL_LOAD_PREFIXNAME 108 third_party/libusb/src/libusb/os/windows_common.h #define DLL_LOAD_PREFIXED(dll, prefix, name, ret_on_failure) DLL_LOAD_PREFIXNAME(dll, prefix##name, name, ret_on_failure)