From c7fa44ff83cba5d58c058510fced820fab906332 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Fri, 22 Jan 2010 20:25:55 +0000 Subject: r103: HID part 3 (WIP) - get_interface_details() now has an optional SP_DEVINFO_DATA parameter - usbi_handle_transfer_cancellation() now called from windows_cancel_transfer() - set_report/get_report (WIP) and improved HID support functions - better support for sync I/O in hid_submit_control_transfer - hid_abort_transfers --- README_MSVC.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README_MSVC.txt') diff --git a/README_MSVC.txt b/README_MSVC.txt index 248d419..e557164 100644 --- a/README_MSVC.txt +++ b/README_MSVC.txt @@ -1,7 +1,7 @@ To compile libusb 1.0 using either Microsoft Visual Studio or the Windows DDK -Note 1: For Visual Studio, two set of solution files are provided depending on -whether you are running Visual Studio 2008 (MSVC9) or Visual Studio 2005 +Note 1: For Visual Studio, 3 sets of solution files are provided depending on +whether you are running MSVC6, Visual Studio 2008 (MSVC9) or Visual Studio 2005 (MSVC8). For the DDK, the 'sources' file is located in libusb\os\. Note 2: In the text below, (Win32) means "when producing 32 bit binaries" and -- cgit v1.2.1