summaryrefslogtreecommitdiff
path: root/strftime.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 23:03:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-23 23:03:44 +0000
commite6770d9407347ac5e0e14d2299d97678d7a9554a (patch)
tree6f0002f00db9bd368eb547ffbc82b6434d5f86db /strftime.c
parent29449d70be69c35302e066706e5ec04f9dae3dd9 (diff)
* strftime.c (daylight, timezone): not provied as dllexport on cygwin,
right now. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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