summaryrefslogtreecommitdiff
path: root/src/3rd_party-static/libusbx-1.0.16/libusb/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rd_party-static/libusbx-1.0.16/libusb/version.h')
-rw-r--r--src/3rd_party-static/libusbx-1.0.16/libusb/version.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/3rd_party-static/libusbx-1.0.16/libusb/version.h b/src/3rd_party-static/libusbx-1.0.16/libusb/version.h
deleted file mode 100644
index cf37de97a5..0000000000
--- a/src/3rd_party-static/libusbx-1.0.16/libusb/version.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
-#include "version_nano.h"
-#ifndef LIBUSB_MAJOR
-#define LIBUSB_MAJOR 1
-#endif
-#ifndef LIBUSB_MINOR
-#define LIBUSB_MINOR 0
-#endif
-#ifndef LIBUSB_MICRO
-#define LIBUSB_MICRO 16
-#endif
-#ifndef LIBUSB_NANO
-#define LIBUSB_NANO 0
-#endif
-/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
-#ifndef LIBUSB_RC
-#define LIBUSB_RC ""
-#endif