Alexandre Julliard : ntdll: Move some exception definitions to winternl.h.

Alexandre Julliard julliard at winehq.org
Thu Oct 7 16:21:20 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Oct  7 12:06:54 2021 +0200

ntdll: Move some exception definitions to winternl.h.

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

---

 dlls/crypt32/store.c               |  1 -
 dlls/dbghelp/coff.c                |  1 -
 dlls/ddraw/tests/dsurface.c        |  1 -
 dlls/kernel32/console.c            |  2 --
 dlls/kernel32/file.c               |  1 -
 dlls/kernel32/module.c             |  1 -
 dlls/kernel32/process.c            |  1 -
 dlls/krnl386.exe16/instr.c         |  1 -
 dlls/krnl386.exe16/int21.c         |  1 -
 dlls/krnl386.exe16/int31.c         |  1 -
 dlls/msvcp140_1/tests/msvcp140_1.c |  2 --
 dlls/msvcp90/misc.c                |  2 +-
 dlls/msvcrt/except.c               |  1 -
 dlls/ntdll/unix/process.c          |  1 -
 dlls/ntdll/unix/sync.c             |  1 -
 dlls/ntdll/unix/thread.c           |  1 -
 dlls/ntoskrnl.exe/instr.c          |  1 -
 dlls/user32/lstr.c                 |  2 --
 dlls/user32/png.c                  |  1 -
 dlls/win32u/main.c                 |  1 -
 dlls/wininet/internet.c            |  2 --
 dlls/wow64cpu/cpu.c                |  1 -
 dlls/ws2_32/ws2_32_private.h       |  1 -
 include/wine/exception.h           | 32 +-------------------------------
 include/winternl.h                 | 31 +++++++++++++++++++++++++++++++
 programs/winedbg/gdbproxy.c        |  1 -
 programs/winedbg/info.c            |  1 -
 programs/winedbg/tgt_active.c      |  1 -
 programs/winedbg/winedbg.c         |  2 --
 29 files changed, 33 insertions(+), 63 deletions(-)

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



More information about the wine-cvs mailing list