mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
bff8ab13f3
commit
1c5d2e1ced
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Fri Jun 6 16:44:37 2008 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]
|
||||
|
||||
Fri Jun 6 12:20:33 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/iconv/iconv.c (iconv_iconv): fixed backport miss.
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
#endif
|
||||
#ifdef USE_WINSOCK2
|
||||
#include <winsock2.h>
|
||||
#include <ws2tcpip.h>
|
||||
#include <windows.h>
|
||||
#else
|
||||
#include <windows.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue