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.
This commit is contained in:
parent
d36b0c2c80
commit
b7c5af2bbd
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ extern char *getenv ();
|
|||
#endif
|
||||
|
||||
/* Make a leaner executable. */
|
||||
#define WIN32_LEAN_AND_MEAN 1
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue