diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-14 04:39:32 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-02-14 04:39:32 +0000 |
| commit | 0be560f42a5b8f05a6a292eaba31e5937c0d3780 (patch) | |
| tree | 32a8a4ad5c235c7daf142b99f2cbdd12fb3ec4d1 /win32 | |
| parent | 0e721c3a7bf762096345d44fef94958c62d73290 (diff) | |
* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
VC++8.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/Makefile.sub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub index d6e478070..8039fc862 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -221,6 +221,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 +!if $(MSC_VER) >= 1400 +#define HAVE_LONG_LONG 1 +!endif #define HAVE_OFF_T 1 #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 |
