diff options
Diffstat (limited to 'minigzip.c')
-rw-r--r-- | minigzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -54,7 +54,7 @@ | |||
54 | extern int unlink OF((const char *)); | 54 | extern int unlink OF((const char *)); |
55 | #endif | 55 | #endif |
56 | 56 | ||
57 | #if defined(UNDER_CE) && defined(NO_ERRNO_H) | 57 | #if defined(UNDER_CE) |
58 | # include <windows.h> | 58 | # include <windows.h> |
59 | # define perror(s) pwinerror(s) | 59 | # define perror(s) pwinerror(s) |
60 | 60 | ||
@@ -116,7 +116,7 @@ static void pwinerror (s) | |||
116 | fprintf(stderr, "%s\n", strwinerror(GetLastError ())); | 116 | fprintf(stderr, "%s\n", strwinerror(GetLastError ())); |
117 | } | 117 | } |
118 | 118 | ||
119 | #endif /* UNDER_CE && NO_ERRNO_H */ | 119 | #endif /* UNDER_CE */ |
120 | 120 | ||
121 | #ifndef GZ_SUFFIX | 121 | #ifndef GZ_SUFFIX |
122 | # define GZ_SUFFIX ".gz" | 122 | # define GZ_SUFFIX ".gz" |