summaryrefslogtreecommitdiff
path: root/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'strftime.c')
-rw-r--r--strftime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strftime.c b/strftime.c
index f97768e7f3..d90e8e5267 100644
--- a/strftime.c
+++ b/strftime.c
@@ -120,7 +120,7 @@ extern char *strchr();
#define range(low, item, hi) max(low, min(item, hi))
-#if defined __CYGWIN__ || defined __WIN32__ || defined _WIN32
+#if defined __WIN32__ || defined _WIN32
#define DLL_IMPORT __declspec(dllimport)
#endif
#ifndef DLL_IMPORT