diff options
Diffstat (limited to 'tools/ideviceenterrecovery.c')
| -rw-r--r-- | tools/ideviceenterrecovery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ideviceenterrecovery.c b/tools/ideviceenterrecovery.c index 29cc5c9..65eb882 100644 --- a/tools/ideviceenterrecovery.c +++ b/tools/ideviceenterrecovery.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
| 31 | #include <getopt.h> | 31 | #include <getopt.h> |
| 32 | #include <errno.h> | 32 | #include <errno.h> |
| 33 | #ifndef WIN32 | 33 | #ifndef _WIN32 |
| 34 | #include <signal.h> | 34 | #include <signal.h> |
| 35 | #endif | 35 | #endif |
| 36 | 36 | ||
| @@ -70,7 +70,7 @@ int main(int argc, char *argv[]) | |||
| 70 | { NULL, 0, NULL, 0} | 70 | { NULL, 0, NULL, 0} |
| 71 | }; | 71 | }; |
| 72 | 72 | ||
| 73 | #ifndef WIN32 | 73 | #ifndef _WIN32 |
| 74 | signal(SIGPIPE, SIG_IGN); | 74 | signal(SIGPIPE, SIG_IGN); |
| 75 | #endif | 75 | #endif |
| 76 | /* parse cmdline args */ | 76 | /* parse cmdline args */ |
