diff options
author | Toby Gray <toby.gray@realvnc.com> | 2013-01-15 22:36:47 +0000 |
---|---|---|
committer | Toby Gray <toby.gray@realvnc.com> | 2013-01-23 00:39:49 +0000 |
commit | 788e433d0a628fc8aa2aca3b23c1f64b16d5f4be (patch) | |
tree | 7cfa9397812dd041e66cad81b3299dc5797584d5 /msvc/libusb_static_2010.vcxproj | |
parent | 1e6928ccab25f933950ab67f9dba30cdc8822056 (diff) | |
download | libusb-788e433d0a628fc8aa2aca3b23c1f64b16d5f4be.tar.gz |
Windows: Add windows_common.h header
* This file contains definition that will be shared between the
Windows and Windows CE backends
Diffstat (limited to 'msvc/libusb_static_2010.vcxproj')
-rw-r--r-- | msvc/libusb_static_2010.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/msvc/libusb_static_2010.vcxproj b/msvc/libusb_static_2010.vcxproj index 57254be..0c445a4 100644 --- a/msvc/libusb_static_2010.vcxproj +++ b/msvc/libusb_static_2010.vcxproj @@ -143,6 +143,7 @@ <ClInclude Include="..\libusb\os\poll_windows.h" /> <ClInclude Include="..\libusb\os\threads_windows.h" /> <ClInclude Include="..\libusb\os\windows_usb.h" /> + <ClInclude Include="..\libusb\os\windows_common.h" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |