summaryrefslogtreecommitdiff
path: root/src/inc/switches.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/inc/switches.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/inc/switches.h')
-rw-r--r--src/inc/switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/switches.h b/src/inc/switches.h
index bb3ca28e12..f52f24bc67 100644
--- a/src/inc/switches.h
+++ b/src/inc/switches.h
@@ -37,7 +37,7 @@
#define LOGGING
#endif
-#if !defined(_TARGET_X86_) || defined(FEATURE_PAL)
+#if !defined(_TARGET_X86_)
#define WIN64EXCEPTIONS
#endif