From 04ed051d4128f17af30186249e368acbf9a766a8 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: http://svn.ruby-lang.org/repos/ruby/trunk@18369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/win32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby') diff --git a/include/ruby/win32.h b/include/ruby/win32.h index e87169974..41fe48a19 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