summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2017-12-20 07:52:29 -0800
committerJan Kotas <jkotas@microsoft.com>2017-12-20 07:52:29 -0800
commite9999ce89ff276ac8dcae1fcf36654f7202d9436 (patch)
tree4ffdf6f2d12c56f3ff5bbcd52c0c98ad06d93b12 /src/inc
parente69300f4c06684b90f93ea9dfa1ce98c0b71626d (diff)
downloadcoreclr-e9999ce89ff276ac8dcae1fcf36654f7202d9436.tar.gz
coreclr-e9999ce89ff276ac8dcae1fcf36654f7202d9436.tar.bz2
coreclr-e9999ce89ff276ac8dcae1fcf36654f7202d9436.zip
Revert "Respect STA/MTAThread attributes (#15512)"
This reverts commit 21cfdb6f5bb8c596aa55cc50892be0bfabee5de3.
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/clrconfigvalues.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inc/clrconfigvalues.h b/src/inc/clrconfigvalues.h
index 6ddb566693..b6e5342fde 100644
--- a/src/inc/clrconfigvalues.h
+++ b/src/inc/clrconfigvalues.h
@@ -937,6 +937,7 @@ RETAIL_CONFIG_STRING_INFO(INTERNAL_EventNameFilter, W("EventNameFilter"), "")
CONFIG_DWORD_INFO_DIRECT_ACCESS(INTERNAL_ExposeExceptionsInCOM, W("ExposeExceptionsInCOM"), "")
RETAIL_CONFIG_DWORD_INFO(EXTERNAL_ComInsteadOfManagedRemoting, W("PreferComInsteadOfManagedRemoting"), 0, "When communicating with a cross app domain CCW, use COM instead of managed remoting.")
CONFIG_DWORD_INFO(INTERNAL_GenerateStubForHost, W("GenerateStubForHost"), 0, "Forces the host hook stub to be built for all unmanaged calls, even when not running hosted.")
+RETAIL_CONFIG_DWORD_INFO_DIRECT_ACCESS(EXTERNAL_legacyApartmentInitPolicy, W("legacyApartmentInitPolicy"), "")
RETAIL_CONFIG_DWORD_INFO_DIRECT_ACCESS(EXTERNAL_legacyComHierarchyVisibility, W("legacyComHierarchyVisibility"), "")
RETAIL_CONFIG_DWORD_INFO_DIRECT_ACCESS(EXTERNAL_legacyComVTableLayout, W("legacyComVTableLayout"), "")
RETAIL_CONFIG_DWORD_INFO_DIRECT_ACCESS(EXTERNAL_newComVTableLayout, W("newComVTableLayout"), "")