* win32/win32.c: include <mswsock.h> on __MINGW32__.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-04-19 07:33:18 +00:00
Родитель c46d1cdb1e
Коммит 5898798b80
2 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,8 @@ Fri Apr 19 16:22:55 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.
* win32/win32.c: include <mswsock.h> on __MINGW32__.
Fri Apr 19 14:57:44 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
* re.c (rb_reg_to_s): remove redundant shy group.

Просмотреть файл

@ -24,6 +24,9 @@
#include <windows.h>
#include <winbase.h>
#include <wincon.h>
#ifdef __MINGW32__
#include <mswsock.h>
#endif
#include "win32.h"
#include "win32/dir.h"
#ifndef index