summaryrefslogtreecommitdiff
path: root/README_MSVC.txt
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-22 20:25:55 +0000
committerPete Batard <pbatard@gmail.com>2010-01-22 20:25:55 +0000
commitc7fa44ff83cba5d58c058510fced820fab906332 (patch)
treec9588901138dfc225599206af6bd1cb87250b3ba /README_MSVC.txt
parentf0d3526217ba42fdd6d4103753f805a6dcaa1561 (diff)
downloadlibusb-c7fa44ff83cba5d58c058510fced820fab906332.tar.gz
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
Diffstat (limited to 'README_MSVC.txt')
-rw-r--r--README_MSVC.txt4
1 files changed, 2 insertions, 2 deletions
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