Alexandre Julliard : kernel32: Move SearchPath functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Fri Oct 4 16:34:04 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Oct  4 09:44:29 2019 +0200

kernel32: Move SearchPath functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |   4 +-
 dlls/kernel32/path.c            | 294 ----------------------------------------
 dlls/kernelbase/file.c          | 244 +++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |   4 +-
 dlls/kernelbase/loader.c        |   2 +-
 5 files changed, 249 insertions(+), 299 deletions(-)

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



More information about the wine-cvs mailing list