Alexandre Julliard : kernel32: Move unhandled exception functions to kernelbase.

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


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sun Sep  8 22:30:38 2019 +0200

kernel32: Move unhandled exception functions to kernelbase.

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

---

 dlls/kernel32/Makefile.in       |   1 -
 dlls/kernel32/except.c          | 511 ----------------------------------------
 dlls/kernel32/kernel32.spec     |  10 +-
 dlls/kernel32/process.c         |  10 +
 dlls/kernelbase/debug.c         | 429 ++++++++++++++++++++++++++++++++-
 dlls/kernelbase/kernelbase.spec |  16 +-
 6 files changed, 451 insertions(+), 526 deletions(-)

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



More information about the wine-cvs mailing list