From b7c5af2bbda9f972b659389b061ef4c09bfba796 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 2 May 2017 09:24:25 +0300 Subject: [PATCH] Temporary fix for the MS_Windows build * nt/inc/ms-w32.h (WIN32_LEAN_AND_MEAN): Define to an empty value, to be consistent with Gnulib's utimens.c. This is because utimens.c unconditionally defines WIN32_LEAN_AND_MEAN to an empty value, so the previous definition here conflicted with that. --- nt/inc/ms-w32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt/inc/ms-w32.h b/nt/inc/ms-w32.h index b7dee8a5872..671c9fa9d2b 100644 --- a/nt/inc/ms-w32.h +++ b/nt/inc/ms-w32.h @@ -151,7 +151,7 @@ extern char *getenv (); #endif /* Make a leaner executable. */ -#define WIN32_LEAN_AND_MEAN 1 +#define WIN32_LEAN_AND_MEAN #include -- 2.39.5