From 25382a65363a6f5105b91f41aa81d9235d9b1884 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 11 May 2016 16:39:24 +0000 Subject: win32: qsort_s * win32/Makefile.sub (HAVE_QSORT_S): disable on VS2012 too. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 33cbceb988..8a235d7ce2 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -741,7 +741,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub #define HAVE_TZNAME 1 #define HAVE_DAYLIGHT 1 #define HAVE_GMTIME_R 1 -!if $(RT_VER) >= 120 +!if $(RT_VER) > 120 #define HAVE_QSORT_S !endif #define HAVE_TYPE_NET_LUID 1 -- cgit v1.2.3