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

ruby-changes:52086

From: nobu <ko1@a...>
Date: Sat, 11 Aug 2018 22:28:47 +0900 (JST)
Subject: [ruby-changes:52086] nobu:r64294 (trunk): upgrade the default WINNT version

nobu	2018-08-11 22:28:40 +0900 (Sat, 11 Aug 2018)

  New Revision: 64294

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

  Log:
    upgrade the default WINNT version
    
    * configure.ac: set the default target Windows NT version to 0x0600,
      as well as mswin version since r50051.  Windows XP has ended years
      ago.

  Modified files:
    trunk/configure.ac
Index: configure.ac
===================================================================
--- configure.ac	(revision 64293)
+++ configure.ac	(revision 64294)
@@ -687,8 +687,8 @@ test -z "${ac_env_CXXFLAGS_set}" -a -n " https://github.com/ruby/ruby/blob/trunk/configure.ac#L687
 
 : "header and library section" && {
 AC_ARG_WITH(winnt-ver,
-  AS_HELP_STRING([--with-winnt-ver=0xXXXX], [target Windows NT version (default to 0x0501)]),
-  [with_winnt_ver="$withval"], [with_winnt_ver="0x0501"])
+  AS_HELP_STRING([--with-winnt-ver=0xXXXX], [target Windows NT version (default to 0x0600)]),
+  [with_winnt_ver="$withval"], [with_winnt_ver="0x0600"])
 AS_CASE(["$target_os"],
 [mingw*], [
   RUBY_APPEND_OPTION(CPPFLAGS, -D_WIN32_WINNT=$with_winnt_ver)

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

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