summaryrefslogtreecommitdiff
path: root/libusb/version_nano.h
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-09-09 12:21:09 -0700
committerTormod Volden <debian.tormod@gmail.com>2022-12-20 00:17:24 +0100
commit1c6e76a483238ba9f0511c77b02ea7607c30d897 (patch)
treef243938e1be17250d82071a933bd4b0fb53ff1df /libusb/version_nano.h
parent1c99382a3d4512bd17c6114583287999af1503ed (diff)
downloadlibusb-1c6e76a483238ba9f0511c77b02ea7607c30d897.tar.gz
windows: Remove __stdcall libusb_set_option from .def file
libusb_set_option uses variable arguments and therefore cannot use __stdcall. In practice, this does not get exported anyway. Verified under MinGW's objdump tool with 32 and 64-bit combinations. Closes #1197 Signed-off-by: Rosen Penev <rosenp@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 29332ed..b997ad2 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11754
+#define LIBUSB_NANO 11755