ruby-changes:45394
From: nobu <ko1@a...>
Date: Mon, 30 Jan 2017 20:45:06 +0900 (JST)
Subject: [ruby-changes:45394] nobu:r57467 (trunk): VC18 or later support stdbool.h
nobu 2017-01-30 20:45:00 +0900 (Mon, 30 Jan 2017) New Revision: 57467 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=57467 Log: VC18 or later support stdbool.h Modified files: trunk/win32/Makefile.sub Index: win32/Makefile.sub =================================================================== --- win32/Makefile.sub (revision 57466) +++ win32/Makefile.sub (revision 57467) @@ -541,6 +541,9 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L541 #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 +!if $(MSC_VER) >= 1800 +#define HAVE_STDBOOL_H 1 +!endif #define HAVE_STDLIB_H 1 #define HAVE_STDDEF_H 1 #define HAVE_STRING_H 1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/