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 @@  #include <stdlib.h>  #include <getopt.h>  #include <errno.h> -#ifndef WIN32 +#ifndef _WIN32  #include <signal.h>  #endif @@ -70,7 +70,7 @@ int main(int argc, char *argv[])  		{ NULL, 0, NULL, 0}  	}; -#ifndef WIN32 +#ifndef _WIN32  	signal(SIGPIPE, SIG_IGN);  #endif  	/* parse cmdline args */ | 
