From 5133fc67a43b5a6d6b4dd934752ec8b8d6d85b33 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 5 Aug 2008 07:39:21 +0000 Subject: * include/ruby/win32.h, bcc32/Makefile.sub (config.h): bcc 5.8 has stdint.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/win32.h') diff --git a/include/ruby/win32.h b/include/ruby/win32.h index e871699749..41fe48a197 100644 --- a/include/ruby/win32.h +++ b/include/ruby/win32.h @@ -70,7 +70,7 @@ extern "C++" { /* template without extern "C++" */ #endif #include #include -#ifdef __MINGW32__ +#if defined __MINGW32__ || __BORLANDC__ >= 0x0580 # include #else # if !defined(_INTPTR_T_DEFINED) -- cgit v1.2.3