Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/localtime.c')
-rw-r--r--winsup/cygwin/localtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/localtime.c b/winsup/cygwin/localtime.c
index 9e4a3c22b..f46517210 100644
--- a/winsup/cygwin/localtime.c
+++ b/winsup/cygwin/localtime.c
@@ -6,8 +6,8 @@
/* CYGNUS LOCAL */
#include "winsup.h"
-#define lint
#include <windows.h>
+#define lint
#define USG_COMPAT
@@ -1429,7 +1429,7 @@ tzsetwall P((void))
}
}
#endif /* defined ALL_STATE */
-#ifdef _WIN32
+#if defined (_WIN32) || defined (__CYGWIN__)
#define is_upper(c) ((unsigned)(c) - 'A' <= 26)
{
TIME_ZONE_INFORMATION tz;