summaryrefslogtreecommitdiff
path: root/msvc
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 /msvc
parentc6321017903dbeb92a417d6d1128edc46dcb7100 (diff)
downloadlibusb-d28ab4bf13eb101f35d3543a3b2c2ca51a98e19d.tar.gz
Windows: Fix VS2010 project files
* Closes #129
Diffstat (limited to 'msvc')
-rw-r--r--msvc/libusb_dll_2010.vcxproj2
1 files changed, 1 insertions, 1 deletions
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" />