aboutsummaryrefslogtreecommitdiff
path: root/libusb
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2016-01-27 00:15:11 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2016-01-27 00:15:11 -0800
commit4a0446f51bb28b8f7440be5290941b85ac23a7ff (patch)
tree4fa2acd62511d1fd02727e8e0340d499e078e6e2 /libusb
parenta3ec36d3ecc268d2f8b9f1f9800cd438c57cab56 (diff)
downloadlibusb-4a0446f51bb28b8f7440be5290941b85ac23a7ff.tar.gz
Misc: Fix up Visual Studio project files
This commit sorts the source and header files by name (for easier human parsing), adds windows_nt_common.c to the 2010 and 2012 projects, and removes some CPP defines that should not be present in the libusb_static_2015.vcxproj file. Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
Diffstat (limited to 'libusb')
-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 4945a8d..bce5595 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11033
+#define LIBUSB_NANO 11034