mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
win32/win32.c: removed a stale comment
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
db2d28b08e
commit
284e3ae137
1 changed files with 0 additions and 1 deletions
|
@ -8045,7 +8045,6 @@ w32_io_info(VALUE *file, w32_io_info_t *st)
|
|||
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;
|
||||
|
|
Loading…
Add table
Reference in a new issue