summaryrefslogtreecommitdiff
path: root/libusb/os/windows_compat.h
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-01-15 12:35:02 +0000
committerPete Batard <pbatard@gmail.com>2010-01-15 12:35:02 +0000
commitb96e16e75ffc2b3bdd76ec5457d37d092f0a2590 (patch)
tree21ad3867b7e663edf6511c511f2ecb0f0a9a7ba6 /libusb/os/windows_compat.h
parent8981e69c7da1c6b8c9e97510bd5b1dd137e50cdb (diff)
downloadlibusb-b96e16e75ffc2b3bdd76ec5457d37d092f0a2590.tar.gz
r80: workaround for interface macro redefinition on Windows (removes the need for #undef interface in end user sources)
Diffstat (limited to 'libusb/os/windows_compat.h')
-rw-r--r--libusb/os/windows_compat.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libusb/os/windows_compat.h b/libusb/os/windows_compat.h
index 4ce3645..9159b4e 100644
--- a/libusb/os/windows_compat.h
+++ b/libusb/os/windows_compat.h
@@ -21,15 +21,6 @@
*/
#pragma once
-/*
- * Prevent compilation problems on Windows platforms
- *
- * This is placed in the .h to limit changes required to the core files
- */
-#if defined(interface)
-#undef interface
-#endif
-
#if !defined(ssize_t)
#if defined (_WIN64)
#define ssize_t __int64