diff options
Diffstat (limited to 'tools/idevicescreenshot.c')
| -rw-r--r-- | tools/idevicescreenshot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/idevicescreenshot.c b/tools/idevicescreenshot.c index 0e694c7..bfaa059 100644 --- a/tools/idevicescreenshot.c +++ b/tools/idevicescreenshot.c | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | #include <errno.h> | 32 | #include <errno.h> |
| 33 | #include <time.h> | 33 | #include <time.h> |
| 34 | #include <unistd.h> | 34 | #include <unistd.h> |
| 35 | #ifndef WIN32 | 35 | #ifndef _WIN32 |
| 36 | #include <signal.h> | 36 | #include <signal.h> |
| 37 | #endif | 37 | #endif |
| 38 | 38 | ||
| @@ -142,7 +142,7 @@ int main(int argc, char **argv) | |||
| 142 | { NULL, 0, NULL, 0} | 142 | { NULL, 0, NULL, 0} |
| 143 | }; | 143 | }; |
| 144 | 144 | ||
| 145 | #ifndef WIN32 | 145 | #ifndef _WIN32 |
| 146 | signal(SIGPIPE, SIG_IGN); | 146 | signal(SIGPIPE, SIG_IGN); |
| 147 | #endif | 147 | #endif |
| 148 | /* parse cmdline args */ | 148 | /* parse cmdline args */ |
