mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
VC++8. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
45ccbcc078
commit
8fe090790d
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Feb 14 13:38:01 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/Makefile.sub (config.h): should define HAVE_LONG_LONG with
|
||||
VC++8.
|
||||
|
||||
Tue Feb 14 11:42:38 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* time.c (search_time_t): support non 32bit time_t environments.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue