From 206b6a7efbc2e947eff900f448b86573b77ae392 Mon Sep 17 00:00:00 2001 From: danmosemsft Date: Sun, 12 Feb 2017 15:32:54 -0800 Subject: Remove remainder of FEATURE_CORECLR (tool missed some files, also comments) --- src/debug/di/rsmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/debug/di/rsmain.cpp') diff --git a/src/debug/di/rsmain.cpp b/src/debug/di/rsmain.cpp index cd2063a5a0..2a93619b2a 100644 --- a/src/debug/di/rsmain.cpp +++ b/src/debug/di/rsmain.cpp @@ -1423,14 +1423,14 @@ bool Cordb::IsInteropDebuggingSupported() // ICorDebug::SetUnmanagedHandler for details. #ifdef FEATURE_INTEROP_DEBUGGING -#if defined(FEATURE_CORECLR) && !defined(FEATURE_CORESYSTEM) +#if !defined(FEATURE_CORESYSTEM) // Interop debugging is only supported internally on CoreCLR. // Check if the special reg key is set. If not, then we don't allow interop debugging. if (CLRConfig::GetConfigValue(CLRConfig::INTERNAL_DbgEnableMixedModeDebugging) == 0) { return false; } -#endif // FEATURE_CORECLR +#endif // FEATURE_CORESYSTEM return true; #else -- cgit v1.2.3