aboutsummaryrefslogtreecommitdiffstats
path: root/win32
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
commit25382a65363a6f5105b91f41aa81d9235d9b1884 (patch)
treeccbfdfa2731556a38e052558900cbaedeea2bdf4 /win32
parent0eeaf7b2855649b08ef63d2bd0f12cae75ab2375 (diff)
downloadruby-25382a65363a6f5105b91f41aa81d9235d9b1884.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
Diffstat (limited to 'win32')
-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