From 115eb4595cea72226ec8acd357e7c403e2c4b04a Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 9 Feb 1999 06:08:24 +0000 Subject: 990209 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_3@394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'win32') diff --git a/win32/config.h b/win32/config.h index 56aade0e35..a4de1bfd70 100644 --- a/win32/config.h +++ b/win32/config.h @@ -46,3 +46,9 @@ #define RUBY_ARCHLIB "/usr/local/lib/ruby/i386-mswin32" #define RUBY_PLATFORM "i386-mswin32" +#define SIZEOF_INT 4 +#define SIZEOF_SHORT 2 +#define SIZEOF_LONG 4 +#define SIZEOF_VOIDP 4 +#define SIZEOF_FLOAT 4 +#define SIZEOF_DOUBLE 8 -- cgit v1.2.3