summaryrefslogtreecommitdiffstats
path: root/include/libirecovery.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libirecovery.h')
-rw-r--r--include/libirecovery.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/libirecovery.h b/include/libirecovery.h
index f974080..8c17167 100644
--- a/include/libirecovery.h
+++ b/include/libirecovery.h
@@ -26,16 +26,6 @@ extern "C" {
26 26
27#include <stdint.h> 27#include <stdint.h>
28 28
29#ifndef WIN32
30#include <libusb-1.0/libusb.h>
31#else
32#define WIN32_LEAN_AND_MEAN
33#include <windows.h>
34#undef interface
35#ifndef sleep
36#define sleep(n) Sleep(1000 * n)
37#endif
38#endif
39 29
40#define APPLE_VENDOR_ID 0x05AC 30#define APPLE_VENDOR_ID 0x05AC
41#define CPID_UNKNOWN -1 31#define CPID_UNKNOWN -1