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

ruby-changes:48950

From: nobu <ko1@a...>
Date: Thu, 7 Dec 2017 13:42:20 +0900 (JST)
Subject: [ruby-changes:48950] nobu:r61069 (trunk): win32/win32.c: removed a stale comment

nobu	2017-12-07 13:42:16 +0900 (Thu, 07 Dec 2017)

  New Revision: 61069

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

  Log:
    win32/win32.c: removed a stale comment

  Modified files:
    trunk/win32/win32.c
Index: win32/win32.c
===================================================================
--- win32/win32.c	(revision 61068)
+++ win32/win32.c	(revision 61069)
@@ -8045,7 +8045,6 @@ w32_io_info(VALUE *file, w32_io_info_t * https://github.com/ruby/ruby/blob/trunk/win32/win32.c#L8045
 	    pGetFileInformationByHandleEx = (gfibhe_t)get_proc_address("kernel32", "GetFileInformationByHandleEx", NULL);
 
 	ZeroMemory(st, sizeof(*st));
-	/* expect that this function is always available after Windows 8. */
 	if (pGetFileInformationByHandleEx) {
 	    if (pGetFileInformationByHandleEx(f, FileIdInfo, &st->info.fii, sizeof(st->info.fii))) {
 		st->file_id_p = TRUE;

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

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