diff options
author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 13:27:44 +0200 |
---|---|---|
committer | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2015-04-26 13:27:44 +0200 |
commit | 6e70386339041d5b7fa4b5dbfc7787dc6c1c05a4 (patch) | |
tree | 56008906777c63c1d43883d6b155883c2c2fa4c6 /zutil.c | |
parent | 5ce484b258333091f8ff558bff89b7c452ffee1b (diff) |
Drop workarounds for WinCE and Interix
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -107,14 +107,6 @@ const char * ZEXPORT zError(err) return ERR_MSG(err); } -#if defined(_WIN32_WCE) - /* The Microsoft C Run-Time Library for Windows CE doesn't have - * errno. We define it as a global variable to simplify porting. - * Its value is always 0 and should not be used. - */ - int errno = 0; -#endif - #ifndef Z_SOLO #ifndef MY_ZCALLOC /* Any system without a special alloc function */ |