summaryrefslogtreecommitdiff
path: root/src/vm/exceptionhandling.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/exceptionhandling.h')
-rw-r--r--src/vm/exceptionhandling.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vm/exceptionhandling.h b/src/vm/exceptionhandling.h
index 27981e6c32..b678387ad4 100644
--- a/src/vm/exceptionhandling.h
+++ b/src/vm/exceptionhandling.h
@@ -10,17 +10,17 @@
#ifdef WIN64EXCEPTIONS
+#include "eexcp.h"
+#include "exstatecommon.h"
+
#if defined(_TARGET_ARM_) || defined(_TARGET_X86_)
#define USE_PER_FRAME_PINVOKE_INIT
#endif // _TARGET_ARM_ || _TARGET_X86_
-
// This address lies in the NULL pointer partition of the process memory.
// Accessing it will result in AV.
#define INVALID_RESUME_ADDRESS 0x000000000000bad0
-#include "exstatecommon.h"
-
EXTERN_C EXCEPTION_DISPOSITION
ProcessCLRException(IN PEXCEPTION_RECORD pExceptionRecord
WIN64_ARG(IN ULONG64 MemoryStackFp)