From 456775aec853102d5de9de3b225a547aa1583f02 Mon Sep 17 00:00:00 2001 From: Mark Adler Date: Mon, 3 Oct 2022 08:47:03 -0700 Subject: Add WIN32_LEAN_AND_MEAN for windows.h include. --- zconf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zconf.h') diff --git a/zconf.h b/zconf.h index 5e1d68a..0ba5bd5 100644 --- a/zconf.h +++ b/zconf.h @@ -349,6 +349,9 @@ # ifdef FAR # undef FAR # endif +# ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN +# endif # include /* No need for _export, use ZLIB.DEF instead. */ /* For complete Windows compatibility, use WINAPI, not __stdcall. */ -- cgit v1.2.1