aboutsummaryrefslogtreecommitdiffstats
path: root/lib/utimens.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utimens.c')
-rw-r--r--lib/utimens.c3
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 @@
39 GNU Emacs, which arranges for this in some other way and which 39 GNU Emacs, which arranges for this in some other way and which
40 defines WIN32_LEAN_AND_MEAN itself. */ 40 defines WIN32_LEAN_AND_MEAN itself. */
41 41
42#if ((defined _WIN32 || defined __WIN32__) \ 42#if defined _WIN32 && ! defined __CYGWIN__ && ! defined EMACS_CONFIGURATION
43 && ! defined __CYGWIN__ && ! defined EMACS_CONFIGURATION)
44# define USE_SETFILETIME 43# define USE_SETFILETIME
45# define WIN32_LEAN_AND_MEAN 44# define WIN32_LEAN_AND_MEAN
46# include <windows.h> 45# include <windows.h>