summaryrefslogtreecommitdiff
path: root/src/vm
diff options
context:
space:
mode:
authorJames Ko <jamesqko@gmail.com>2017-01-06 14:21:42 -0500
committerJan Kotas <jkotas@microsoft.com>2017-01-06 11:21:42 -0800
commita9c90ffd84e987a1793a1ed5c5ad7d89b27d493a (patch)
tree2a2b76dc9074e980d75ec51eeec431b1e8acb07d /src/vm
parent7e9bcf8801765899018704b92553c1f208905732 (diff)
downloadcoreclr-a9c90ffd84e987a1793a1ed5c5ad7d89b27d493a.tar.gz
coreclr-a9c90ffd84e987a1793a1ed5c5ad7d89b27d493a.tar.bz2
coreclr-a9c90ffd84e987a1793a1ed5c5ad7d89b27d493a.zip
Delete unused InteropServices types (#8765)
Diffstat (limited to 'src/vm')
-rw-r--r--src/vm/ecalllist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vm/ecalllist.h b/src/vm/ecalllist.h
index 46b18321b2..50f0189226 100644
--- a/src/vm/ecalllist.h
+++ b/src/vm/ecalllist.h
@@ -1637,7 +1637,9 @@ FCFuncStart(gInteropMarshalFuncs)
FCFuncElement("GetNativeActivationFactory", MarshalNative::GetNativeActivationFactory)
FCFuncElement("GetIUnknownForObjectNative", MarshalNative::GetIUnknownForObjectNative)
+#ifndef FEATURE_CORECLR
FCFuncElement("GetIDispatchForObjectNative", MarshalNative::GetIDispatchForObjectNative)
+#endif // FEATURE_CORECLR
FCFuncElement("GetComInterfaceForObjectNative", MarshalNative::GetComInterfaceForObjectNative)
FCFuncElement("InternalReleaseComObject", MarshalNative::ReleaseComObject)
FCFuncElement("Release", MarshalNative::Release)