summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2016-03-03 00:20:33 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2016-03-03 00:20:33 -0800
commit31ff09c35a582cc6870dfd2c9924d62e79d2f933 (patch)
tree771f20fd62b9b99a34f33538cdd9bacb0d3c91d4 /libusb/version_nano.h
parent765a1fbf8b80c62b98e05e6d89cbe5fe32d76169 (diff)
downloadlibusb-31ff09c35a582cc6870dfd2c9924d62e79d2f933.tar.gz
Windows: Fix MinGW build
The integration of UsbDk moved the windows_error_str() function to windows_nt_common.c, but the definition of FACILITY_SETUPAPI (which MinGW headers do not provide) did not follow the move. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb/version_nano.h')
-rw-r--r--libusb/version_nano.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 340ae63..0336bef 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11087
+#define LIBUSB_NANO 11088