summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-02 17:09:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2001-05-02 17:09:22 +0000
commiteb0d3500d3879e320a37dafbc888f971201cb8d3 (patch)
tree516640e3adddee0b3cae4307834630ebbd292a23 /win32
parente28a9a7b943d795cf2d6ffb70fb72094433b8258 (diff)
* win32/config.h.in: add SIZEOF___INT64 definition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1359 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.h.in b/win32/config.h.in
index 0f017e9ac2..22073b0d14 100644
--- a/win32/config.h.in
+++ b/win32/config.h.in
@@ -57,6 +57,7 @@
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
+#define SIZEOF___INT64 8
#define SIZEOF_VOIDP 4
#define SIZEOF_FLOAT 4
#define SIZEOF_DOUBLE 8