From 92cad4305b1751fcea0bcfe1386e8f8cba265167 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 21 Jul 2007 08:32:34 +0000 Subject: * bcc32/{Makefile.sub,configure.bat,setup.mak: configure_args support. * bcc32/setup.mak: check runtime version. * win32/win32.c (rb_w32_open_osfhandle): prototype has changed in bcc 5.82. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/win32.c b/win32/win32.c index 90aac79508..a52e9ce54d 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1771,7 +1771,7 @@ init_stdhandle(void) #ifdef __BORLANDC__ static int -rb_w32_open_osfhandle(long osfhandle, int flags) +rb_w32_open_osfhandle(intptr_t osfhandle, int flags) { int fd = _open_osfhandle(osfhandle, flags); if (fd == -1) { -- cgit v1.2.3