diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-28 02:00:53 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2011-11-28 02:00:53 +0000 |
commit | d81c20771d440001295945086d0c58e4125b5660 (patch) | |
tree | 1c346c220e776b762b7f7956124e15aabc1c755e | |
parent | 1510ad86c4c8ab2e28387b8a8327a752f062782e (diff) |
* include/ruby/subst.h: typo of r33876.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/ruby/subst.h | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Mon Nov 28 11:00:25 2011 NAKAMURA Usaku <[email protected]> + + * include/ruby/subst.h: typo of r33876. + Mon Nov 28 10:36:00 2011 Nobuyoshi Nakada <[email protected]> * include/ruby/subst.h: moved Windows specific substitions from diff --git a/include/ruby/subst.h b/include/ruby/subst.h index cd12f0f341..79a5165cfb 100644 --- a/include/ruby/subst.h +++ b/include/ruby/subst.h @@ -17,7 +17,7 @@ #define close ruby_close #endif -#ifdef __WIN32__ +#ifdef _WIN32 #undef inet_ntop #define inet_ntop(f,a,n,l) rb_w32_inet_ntop(f,a,n,l) |