summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2013-08-12 22:04:39 +0100
committerPete Batard <pete@akeo.ie>2013-08-12 22:04:39 +0100
commitd28ab4bf13eb101f35d3543a3b2c2ca51a98e19d (patch)
tree40076a686faaaccd89863594a7715ac289d4978c
parentc6321017903dbeb92a417d6d1128edc46dcb7100 (diff)
downloadlibusb-d28ab4bf13eb101f35d3543a3b2c2ca51a98e19d.tar.gz
Windows: Fix VS2010 project files
* Closes #129
-rw-r--r--libusb/version_nano.h2
-rw-r--r--msvc/libusb_dll_2010.vcxproj2
2 files changed, 2 insertions, 2 deletions
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 39cff3a..074e99d 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 10808
+#define LIBUSB_NANO 10809
diff --git a/msvc/libusb_dll_2010.vcxproj b/msvc/libusb_dll_2010.vcxproj
index 7b435b2..6925b1b 100644
--- a/msvc/libusb_dll_2010.vcxproj
+++ b/msvc/libusb_dll_2010.vcxproj
@@ -150,7 +150,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include=".\config.h" />
- <ClCompile Include="..\libusb\hotplug.h" />
+ <ClInclude Include="..\libusb\hotplug.h" />
<ClInclude Include="..\libusb\libusb.h" />
<ClInclude Include="..\libusb\libusbi.h" />
<ClInclude Include="..\libusb\os\poll_windows.h" />