diff options
author | Pete Batard <pbatard@gmail.com> | 2010-03-03 20:32:24 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-03-03 20:32:24 +0000 |
commit | bb23fcc74b8bc76b2c0d2d66970c4c074d9cffd9 (patch) | |
tree | d3480a45c19a08d70d2c394ab9804e55f9e9d01b | |
parent | 5ca0d11008d495f53e7d0f020534e6f9ebe49e69 (diff) | |
download | libusb-bb23fcc74b8bc76b2c0d2d66970c4c074d9cffd9.tar.gz |
removed unneeded CMAPI definitionr190
-rw-r--r-- | libusb/os/windows_usb.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libusb/os/windows_usb.h b/libusb/os/windows_usb.h index fdb8549..dcc9df3 100644 --- a/libusb/os/windows_usb.h +++ b/libusb/os/windows_usb.h @@ -345,11 +345,11 @@ typedef RETURN_TYPE CONFIGRET; #define CR_SUCCESS 0x00000000 #define CR_NO_SUCH_DEVNODE 0x0000000D -#if defined(_CFGMGR32_) -#define CMAPI DECLSPEC_EXPORT -#else -#define CMAPI DECLSPEC_IMPORT -#endif +//#if defined(_CFGMGR32_) +//#define CMAPI DECLSPEC_EXPORT +//#else +//#define CMAPI DECLSPEC_IMPORT +//#endif #define USB_DEVICE_DESCRIPTOR_TYPE LIBUSB_DT_DEVICE #define USB_CONFIGURATION_DESCRIPTOR_TYPE LIBUSB_DT_CONFIG |