From e6770d9407347ac5e0e14d2299d97678d7a9554a Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 23 Aug 2008 23:03:44 +0000 Subject: * 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 --- ChangeLog | 5 +++++ strftime.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d479636f20..06c9424eea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 24 08:03:31 2008 Nobuyoshi Nakada + + * strftime.c (daylight, timezone): not provied as dllexport on cygwin, + right now. + Sun Aug 24 06:39:05 2008 NARUSE, Yui * lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping. 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 -- cgit v1.2.3