diff options
Diffstat (limited to 'lib/utimens.c')
| -rw-r--r-- | lib/utimens.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/utimens.c b/lib/utimens.c index c0b0704eb29..e65f55d82fe 100644 --- a/lib/utimens.c +++ b/lib/utimens.c @@ -39,8 +39,7 @@ GNU Emacs, which arranges for this in some other way and which defines WIN32_LEAN_AND_MEAN itself. */ -#if ((defined _WIN32 || defined __WIN32__) \ - && ! defined __CYGWIN__ && ! defined EMACS_CONFIGURATION) +#if defined _WIN32 && ! defined __CYGWIN__ && ! defined EMACS_CONFIGURATION # define USE_SETFILETIME # define WIN32_LEAN_AND_MEAN # include <windows.h> |
