diff options
author | Pete Batard <pete@akeo.ie> | 2013-08-12 22:04:39 +0100 |
---|---|---|
committer | Pete Batard <pete@akeo.ie> | 2013-08-12 22:04:39 +0100 |
commit | d28ab4bf13eb101f35d3543a3b2c2ca51a98e19d (patch) | |
tree | 40076a686faaaccd89863594a7715ac289d4978c | |
parent | c6321017903dbeb92a417d6d1128edc46dcb7100 (diff) | |
download | libusb-d28ab4bf13eb101f35d3543a3b2c2ca51a98e19d.tar.gz |
Windows: Fix VS2010 project files
* Closes #129
-rw-r--r-- | libusb/version_nano.h | 2 | ||||
-rw-r--r-- | msvc/libusb_dll_2010.vcxproj | 2 |
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" /> |