diff options
Diffstat (limited to 'tools/ideviceimagemounter.c')
| -rw-r--r-- | tools/ideviceimagemounter.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/ideviceimagemounter.c b/tools/ideviceimagemounter.c index 511583e..8d6fc95 100644 --- a/tools/ideviceimagemounter.c +++ b/tools/ideviceimagemounter.c | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | #include <time.h> | 36 | #include <time.h> |
| 37 | #include <sys/time.h> | 37 | #include <sys/time.h> |
| 38 | #include <inttypes.h> | 38 | #include <inttypes.h> |
| 39 | #ifndef WIN32 | 39 | #ifndef _WIN32 |
| 40 | #include <signal.h> | 40 | #include <signal.h> |
| 41 | #endif | 41 | #endif |
| 42 | 42 | ||
| @@ -183,7 +183,7 @@ int main(int argc, char **argv) | |||
| 183 | size_t image_size = 0; | 183 | size_t image_size = 0; |
| 184 | char *image_sig_path = NULL; | 184 | char *image_sig_path = NULL; |
| 185 | 185 | ||
| 186 | #ifndef WIN32 | 186 | #ifndef _WIN32 |
| 187 | signal(SIGPIPE, SIG_IGN); | 187 | signal(SIGPIPE, SIG_IGN); |
| 188 | #endif | 188 | #endif |
| 189 | parse_opts(argc, argv); | 189 | parse_opts(argc, argv); |
