diff options
Diffstat (limited to 'capture_sync.c')
-rw-r--r-- | capture_sync.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/capture_sync.c b/capture_sync.c index 2ed64be34b..68b79f7928 100644 --- a/capture_sync.c +++ b/capture_sync.c @@ -44,7 +44,6 @@ #include <signal.h> #ifdef _WIN32 -#include <Winbase.h> #include <wsutil/unicode-utils.h> #endif @@ -275,7 +274,6 @@ win32strexception(DWORD exception) { EXCEPTION_PRIV_INSTRUCTION, "Privileged instruction" }, { EXCEPTION_SINGLE_STEP, "Single-step complete" }, { EXCEPTION_STACK_OVERFLOW, "Stack overflow" }, - { STATUS_UNWIND_CONSOLIDATE, "Frame consolidation executed" }, { 0, NULL } }; #define N_EXCEPTIONS (sizeof exceptions / sizeof exceptions[0]) |