From c67053bcce84d08731ba8363047d8bf2b643f865 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 28 Feb 2024 16:27:03 +0100 Subject: [PATCH] include: Remove the private definitions of the exception flags. --- include/winternl.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/winternl.h b/include/winternl.h index cccbc149480..057ffcb87d8 100644 --- a/include/winternl.h +++ b/include/winternl.h @@ -3866,14 +3866,6 @@ typedef struct _RTL_PROCESS_MODULE_INFORMATION_EX #define THREAD_CREATE_FLAGS_ACCESS_CHECK_IN_TARGET 0x00000020 #define THREAD_CREATE_FLAGS_INITIAL_THREAD 0x00000080 -#define EH_NONCONTINUABLE 0x01 -#define EH_UNWINDING 0x02 -#define EH_EXIT_UNWIND 0x04 -#define EH_STACK_INVALID 0x08 -#define EH_NESTED_CALL 0x10 -#define EH_TARGET_UNWIND 0x20 -#define EH_COLLIDED_UNWIND 0x40 - #ifdef __WINESRC__ /* Wine-specific exceptions codes */