"Jiangyi Chen" cjy520lcy@163.com writes:
From daf7895c5afd3ca5d11221eb1ca31a93bc07ba58 Mon Sep 17 00:00:00 2001 From: Jiangyi Chen chenjiangyi@uniontech.com Date: Mon, 8 Mar 2021 16:40:49 +0800 Subject: [PATCH] kernelbase: Support FileEndOfFileInformation in GetFileInformationByHandleEx.
Signed-off-by: Jiangyi Chen chenjiangyi@uniontech.com
dlls/kernelbase/file.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
This breaks the tests:
tools/runtest -q -P wine -T . -M kernel32.dll -p dlls/kernel32/tests/kernel32_test.exe file && touch dlls/kernel32/tests/file.ok file.c:925: Tests skipped: CopyFile2 is not available file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\julliard\Temp\ err=5 should be 3 file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for C:\users\julliard\Temp\removeme\ err=5 should be 3 file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for C:\ err=5 should be 3 file.c:1356: Tests skipped: Either no authority to volume, or is todo_wine for \?\C:\ err=5 should be 3 file.c:4257: Test failed: got 1, error -559038737 make: *** [Makefile:66960: dlls/kernel32/tests/file.ok] Error 1