diff options
-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) |