Commit Graph

1 Commits

Author SHA1 Message Date
Rosen Penev
fa53e48bb7 libusb: fix wrong stdcall usage
With gcc, this is a silent downgrade from stdcall to cdecl. Not with
clang. Needed as the former is not compatible with variadic functions.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2021-12-21 17:56:37 -08:00