1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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
This commit is contained in:
nobu 2008-08-23 23:03:44 +00:00
parent 29449d70be
commit e6770d9407
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Sun Aug 24 08:03:31 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* strftime.c (daylight, timezone): not provied as dllexport on cygwin,
right now.
Sun Aug 24 06:39:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
* lib/cgi.rb (CGI::unescapeHTML): more encoding sensible unescaping.

View file

@ -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