Zebediah Figura : kernelbase: Implement ReOpenFile().
Module: wine Branch: stable Commit: 84fb913dd1f500603ff07ef7f2ab7d4f15c91559 URL: https://source.winehq.org/git/wine.git/?a=commit;h=84fb913dd1f500603ff07ef7f... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Mon Jan 27 11:06:43 2020 -0600 kernelbase: Implement ReOpenFile(). Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47668 Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit c7019a8887a3b035ce6b1ff6b113a8b5c0cc5e04) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/kernel32/tests/file.c | 101 +++++++++++++++++++++++++++++++++++++++++++++ dlls/kernelbase/file.c | 80 ++++++++++++++++++++++++----------- 2 files changed, 158 insertions(+), 23 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=84fb913dd1f500603ff07...
participants (1)
-
Alexandre Julliard