summaryrefslogtreecommitdiff
path: root/config_msvc.h
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-02-07 01:31:52 +0000
committerPete Batard <pbatard@gmail.com>2010-02-07 01:31:52 +0000
commit54890a6104b5acd47f4a7a726e6552366859b8ed (patch)
treea8a06b25578e8b15a7ea9a877a0b0811df75297d /config_msvc.h
parentdbd8c6a375a76d52847c3049b638a4e397c26ac4 (diff)
downloadlibusb-54890a6104b5acd47f4a7a726e6552366859b8ed.tar.gz
r142: - fixed claiming of interfaces >0 for non-composite (Dave C.) + better autoclaim handlingr142
- moved compilation options from config_msvc.h to windows_usb.c - processed remaining TODOs
Diffstat (limited to 'config_msvc.h')
-rw-r--r--config_msvc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/config_msvc.h b/config_msvc.h
index 01aa5e0..be1742c 100644
--- a/config_msvc.h
+++ b/config_msvc.h
@@ -12,9 +12,6 @@
/* Windows backend */
#define OS_WINDOWS /**/
-/* use HidD_Get(In/Out)putReport instead of (Read/Write)File for HID */
-/* #undef HID_USE_LAST_REPORTS */
-
/* Name of package */
#define PACKAGE "libusb"