Alexandre Julliard : kernel32: Move debugger functions to kernelbase.

Alexandre Julliard julliard at winehq.org
Mon Sep 9 16:13:37 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Sep  8 21:51:50 2019 +0200

kernel32: Move debugger functions to kernelbase.

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

---

 dlls/kernel32/debugger.c        | 417 ----------------------------------------
 dlls/kernel32/kernel32.spec     |  16 +-
 dlls/kernelbase/Makefile.in     |   1 +
 dlls/kernelbase/debug.c         | 358 ++++++++++++++++++++++++++++++++++
 dlls/kernelbase/kernelbase.spec |  18 +-
 5 files changed, 376 insertions(+), 434 deletions(-)

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



More information about the wine-cvs mailing list