summaryrefslogtreecommitdiff
path: root/clrdefinitions.cmake
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2016-09-22 13:51:13 -0700
committerGitHub <noreply@github.com>2016-09-22 13:51:13 -0700
commit5df288ed77b004708babe296d96412e3bdb13bed (patch)
treecf35dc28fcf228d4d17dbc729969319732151fba /clrdefinitions.cmake
parent4dd3965514c9b4316230cbd329fc0b0f84be2a92 (diff)
downloadcoreclr-5df288ed77b004708babe296d96412e3bdb13bed.tar.gz
coreclr-5df288ed77b004708babe296d96412e3bdb13bed.tar.bz2
coreclr-5df288ed77b004708babe296d96412e3bdb13bed.zip
Fix Unable to step through Visual Studio remote debugger with coreclr executables on Nano Server (#7317)
Needed to add back a dummy version of ICorDebugLegacyNetCFHostCallbackInvoker_PrivateWindowsPhoneOnly interface so VS doesn't get the QI failure and stop working by not calling the "Continue" method. Issue #7316
Diffstat (limited to 'clrdefinitions.cmake')
-rw-r--r--clrdefinitions.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/clrdefinitions.cmake b/clrdefinitions.cmake
index 1622377099..b61ab8fbc2 100644
--- a/clrdefinitions.cmake
+++ b/clrdefinitions.cmake
@@ -186,6 +186,7 @@ endif(WIN32)
if(NOT CLR_CMAKE_PLATFORM_UNIX)
add_definitions(-DFEATURE_WIN32_REGISTRY)
endif(NOT CLR_CMAKE_PLATFORM_UNIX)
+add_definitions(-DFEATURE_LEGACYNETCF_DBG_HOST_CONTROL)
add_definitions(-DFEATURE_WINDOWSPHONE)
add_definitions(-DFEATURE_WINMD_RESILIENT)
add_definitions(-D_SECURE_SCL=0)