summaryrefslogtreecommitdiff
path: root/libusb/os/poll_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'libusb/os/poll_windows.h')
-rw-r--r--libusb/os/poll_windows.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libusb/os/poll_windows.h b/libusb/os/poll_windows.h
index 97259e9..d6d887b 100644
--- a/libusb/os/poll_windows.h
+++ b/libusb/os/poll_windows.h
@@ -31,14 +31,6 @@
// which should give the app an opportunity to resubmit a new fd set.
//#define DYNAMIC_FDS
-#if !defined(ssize_t)
-#if defined (_WIN64)
-#define ssize_t __int64
-#else
-#define ssize_t long
-#endif
-#endif
-
// Handle synchronous completion through the overlapped structure
#if !defined(STATUS_REPARSE) // reuse the REPARSE status code
#define STATUS_REPARSE ((LONG)0x00000104L)