summaryrefslogtreecommitdiff
path: root/src/zap/common.h
diff options
context:
space:
mode:
authorSaeHie Park <saehie.park@gmail.com>2016-11-30 11:55:33 +0900
committerJan Kotas <jkotas@microsoft.com>2016-11-29 18:55:33 -0800
commita6efd617d94845de4327e2347b78c9e44edc58f9 (patch)
tree9202aa7de46ea2fe56b9f958583e1d66b363adc4 /src/zap/common.h
parentdcc36dfeb6d912fd69f467725837b4797b2158ba (diff)
downloadcoreclr-a6efd617d94845de4327e2347b78c9e44edc58f9.tar.gz
coreclr-a6efd617d94845de4327e2347b78c9e44edc58f9.tar.bz2
coreclr-a6efd617d94845de4327e2347b78c9e44edc58f9.zip
[x86/Linux] Disable WIN64EXECPTION and fix related changes (#8375)
Fix compile error for x86/Linux - undo some changes to disable WIN64EXCEPTION so the x86/Linux builds
Diffstat (limited to 'src/zap/common.h')
-rw-r--r--src/zap/common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zap/common.h b/src/zap/common.h
index b3db657f87..95655fd9b8 100644
--- a/src/zap/common.h
+++ b/src/zap/common.h
@@ -21,11 +21,11 @@
#include <float.h>
#include <limits.h>
-#if !defined(_TARGET_X86_) || defined(FEATURE_PAL)
+#if !defined(_TARGET_X86_)
#ifndef WIN64EXCEPTIONS
#define WIN64EXCEPTIONS
#endif
-#endif // !_TARGET_X86_ || FEATURE_PAL
+#endif // !_TARGET_X86_
#include "utilcode.h"
#include "corjit.h"