diff options
Diffstat (limited to 'zconf.h')
-rw-r--r-- | zconf.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -349,6 +349,9 @@ | |||
349 | # ifdef FAR | 349 | # ifdef FAR |
350 | # undef FAR | 350 | # undef FAR |
351 | # endif | 351 | # endif |
352 | # ifndef WIN32_LEAN_AND_MEAN | ||
353 | # define WIN32_LEAN_AND_MEAN | ||
354 | # endif | ||
352 | # include <windows.h> | 355 | # include <windows.h> |
353 | /* No need for _export, use ZLIB.DEF instead. */ | 356 | /* No need for _export, use ZLIB.DEF instead. */ |
354 | /* For complete Windows compatibility, use WINAPI, not __stdcall. */ | 357 | /* For complete Windows compatibility, use WINAPI, not __stdcall. */ |