Alexandre Julliard : kernel32: Move LoadLibrary functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Thu Oct 3 16:44:00 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Oct  3 19:41:40 2019 +0200

kernel32: Move LoadLibrary functions to kernelbase.

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

---

 dlls/kernel32/kernel32.spec     |  10 +-
 dlls/kernel32/module.c          | 265 -----------------------------------
 dlls/kernelbase/kernelbase.spec |  12 +-
 dlls/kernelbase/loader.c        | 296 ++++++++++++++++++++++++++++++++++++++++
 4 files changed, 307 insertions(+), 276 deletions(-)

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



More information about the wine-cvs mailing list