diff options
| -rw-r--r-- | zutil.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -136,8 +136,8 @@ const char * ZEXPORT zError(err) | |||
| 136 | return ERR_MSG(err); | 136 | return ERR_MSG(err); |
| 137 | } | 137 | } |
| 138 | 138 | ||
| 139 | #if defined(_WIN32_WCE) | 139 | #if defined(_WIN32_WCE) && _WIN32_WCE < 0x800 |
| 140 | /* The Microsoft C Run-Time Library for Windows CE doesn't have | 140 | /* The older Microsoft C Run-Time Library for Windows CE doesn't have |
| 141 | * errno. We define it as a global variable to simplify porting. | 141 | * errno. We define it as a global variable to simplify porting. |
| 142 | * Its value is always 0 and should not be used. | 142 | * Its value is always 0 and should not be used. |
| 143 | */ | 143 | */ |
