[前][次][番号順一覧][スレッド一覧]

ruby-changes:42907

From: nobu <ko1@a...>
Date: Thu, 12 May 2016 01:39:29 +0900 (JST)
Subject: [ruby-changes:42907] nobu:r54981 (trunk): win32: qsort_s

nobu	2016-05-12 01:39:24 +0900 (Thu, 12 May 2016)

  New Revision: 54981

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54981

  Log:
    win32: qsort_s
    
    * win32/Makefile.sub (HAVE_QSORT_S): disable on VS2012 too.

  Modified files:
    trunk/win32/Makefile.sub
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 54980)
+++ win32/Makefile.sub	(revision 54981)
@@ -741,7 +741,7 @@ $(CONFIG_H): $(MKFILES) $(srcdir)/win32/ https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L741
 #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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]