summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2011-01-17 17:03:34 +0000
committerPete Batard <pbatard@gmail.com>2011-01-17 17:03:34 +0000
commitb8f2b83a399e6dfd0a5043db0d730402a92965f5 (patch)
tree2cf4f3f8fd6e28241eced1fe58413171a0c49323
parent0816743fe70013739d31bac79017a64c7ceb0055 (diff)
downloadlibusb-b8f2b83a399e6dfd0a5043db0d730402a92965f5.tar.gz
removed the enforcing of WINAPI for cygwin
* a.k.a. "I'm not convinced."
-rw-r--r--libusb/libusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/libusb.h b/libusb/libusb.h
index 72917ca..b57fe1a 100644
--- a/libusb/libusb.h
+++ b/libusb/libusb.h
@@ -96,7 +96,7 @@ typedef unsigned __int16 uint16_t;
* return type, before the function name. See internal documentation for
* API_EXPORTED.
*/
-#if defined(_WIN32) || defined(__CYGWIN__)
+#if defined(_WIN32)
#define LIBUSB_CALL WINAPI
#else
#define LIBUSB_CALL