windows_winusb: fix pedantic format string warnings.
authorJosh Gao <jmgao@google.com>
Mon, 8 Jul 2019 21:12:14 +0000 (14:12 -0700)
committerNathan Hjelm <hjelmn@google.com>
Fri, 9 Aug 2019 16:18:18 +0000 (09:18 -0700)
commite0c4660c1b454b519aad6b1542ffb19e4b8a2159
tree9302a76cc883fc60c07be397101443faac044b1c
parent4b8ea1025e03cec0c52267e4af7ef00b2eb94947
windows_winusb: fix pedantic format string warnings.

clang is pedantic about requiring the l prefix for DWORD, which is a
typedef to unsigned long.

Closes #590

Signed-off-by: Nathan Hjelm <hjelmn@google.com>
libusb/os/windows_winusb.c
libusb/version_nano.h