Alexandre Julliard : kernel32: Move FindFirst/NextFile functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Wed Dec 11 16:35:00 CST 2019


Module: wine
Branch: master
Commit: 9b0877db4ada321b0f8a93f0620a7a4fbdae29f7
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9b0877db4ada321b0f8a93f0620a7a4fbdae29f7

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Dec 11 10:48:34 2019 +0100

kernel32: Move FindFirst/NextFile functions to kernelbase.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/file.c            | 473 ----------------------------------------
 dlls/kernel32/kernel32.spec     |  14 +-
 dlls/kernelbase/file.c          | 400 +++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  14 +-
 4 files changed, 414 insertions(+), 487 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=9b0877db4ada321b0f8a93f0620a7a4fbdae29f7



More information about the wine-cvs mailing list