ruby-cvs:24097
From: knu ruby-lang.org
Date: Fri, 6 Jun 2008 21:19:22 +0900 (JST)
Subject: [ruby-cvs:24097] Ruby:r16866 (ruby_1_8_7): Merge changes from ruby_1_8 that fixes build with Visual C++ 8 with
knu 2008-06-06 21:19:21 +0900 (Fri, 06 Jun 2008)
New Revision: 16866
Modified files:
branches/ruby_1_8_7/ChangeLog
branches/ruby_1_8_7/ext/socket/addrinfo.h
branches/ruby_1_8_7/version.h
branches/ruby_1_8_7/win32/Makefile.sub
branches/ruby_1_8_7/win32/setup.mak
Log:
Merge changes from ruby_1_8 that fixes build with Visual C++ 8 with
Winsock2.
* win32/Makefile.sub (COMMON_HEADERS): include ws2tcpip.h.
* ext/socket/addrinfo.h (addrinfo, getaddrinfo, getnameinfo,
freehostent, freeaddrinfo): undef before define because these are
macros in some versions of Windows SDK.
* win32/setup.mak: maybe commit miss.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ext/socket/addrinfo.h?r1=16866&r2=16865&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/win32/Makefile.sub?r1=16866&r2=16865&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/ChangeLog?r1=16866&r2=16865&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/win32/setup.mak?r1=16866&r2=16865&diff_format=u
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8_7/version.h?r1=16866&r2=16865&diff_format=u