diff --git a/src/lib/evil/unposix/sys/time.h b/src/lib/evil/unposix/sys/time.h index c89c86de4f..65c83f62bd 100644 --- a/src/lib/evil/unposix/sys/time.h +++ b/src/lib/evil/unposix/sys/time.h @@ -1,7 +1,9 @@ #ifndef SYS_TIME_H #define SYS_TIME_H -#define WIN32_LEAN_AND_MEAN +#ifndef WIN32_LEAN_AND_MEAN +# define WIN32_LEAN_AND_MEAN 1 +#endif // Windows Kit for Windows 10 already defines `struct timeval` and `time_t` #include #include