diff options
Diffstat (limited to 'zutil.c')
-rw-r--r-- | zutil.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,9 +61,11 @@ uLong ZEXPORT zlibCompileFlags() | |||
61 | #ifdef ZLIB_DEBUG | 61 | #ifdef ZLIB_DEBUG |
62 | flags += 1 << 8; | 62 | flags += 1 << 8; |
63 | #endif | 63 | #endif |
64 | /* | ||
64 | #if defined(ASMV) || defined(ASMINF) | 65 | #if defined(ASMV) || defined(ASMINF) |
65 | flags += 1 << 9; | 66 | flags += 1 << 9; |
66 | #endif | 67 | #endif |
68 | */ | ||
67 | #ifdef ZLIB_WINAPI | 69 | #ifdef ZLIB_WINAPI |
68 | flags += 1 << 10; | 70 | flags += 1 << 10; |
69 | #endif | 71 | #endif |