aboutsummaryrefslogtreecommitdiffstats
path: root/capture_sync.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-02 08:52:35 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2010-07-02 08:52:35 +0000
commit6335a59e431254560f5664db15f65f7538b8584d (patch)
tree3026431ab36fe3ffcaae338fe07cb67de1626f18 /capture_sync.c
parent078f3e334f1817e4fc04fb3abb253f465ccf9cae (diff)
STATUS_UNWIND_CONSOLIDATE "should not happen", so don't include it -
we'd have to include some other headers to get it defined. Get rid of the include of Winbase.h - it doesn't define STATUS_UNWIND_CONSOLIDATE, and it's not necessary. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33413 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'capture_sync.c')
-rw-r--r--capture_sync.c2
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])