aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-11 16:39:24 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-11 16:39:24 +0000
commitd6d8ea91e9027ca0f27dacf378ce0819c46d6542 (patch)
treeccbfdfa2731556a38e052558900cbaedeea2bdf4
parent98c084b8baf9a6f5226beec7009b2be2ff6fcef2 (diff)
downloadruby-d6d8ea91e9027ca0f27dacf378ce0819c46d6542.tar.gz
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
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
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