diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-05 07:39:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-05 07:39:21 +0000 |
| commit | 04ed051d4128f17af30186249e368acbf9a766a8 (patch) | |
| tree | 50bb59ec8cd62f01906d4b0554584cb103b84887 /include/ruby | |
| parent | 7debbe54312dbbb57757754432fa8f1f63a31304 (diff) | |
| download | ruby-04ed051d4128f17af30186249e368acbf9a766a8.tar.gz ruby-04ed051d4128f17af30186249e368acbf9a766a8.tar.xz ruby-04ed051d4128f17af30186249e368acbf9a766a8.zip | |
* 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
Diffstat (limited to 'include/ruby')
| -rw-r--r-- | include/ruby/win32.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <io.h> #include <malloc.h> -#ifdef __MINGW32__ +#if defined __MINGW32__ || __BORLANDC__ >= 0x0580 # include <stdint.h> #else # if !defined(_INTPTR_T_DEFINED) |
