summaryrefslogtreecommitdiff
path: root/src/vm/appdomain.hpp
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2017-12-28 16:35:12 -0800
committerJan Kotas <jkotas@microsoft.com>2017-12-28 16:35:12 -0800
commit31e22b200de37bd8005c650c90e2098e42201eec (patch)
tree8258b6a16d353d1bafa176cab4f8b95e0010dc57 /src/vm/appdomain.hpp
parent09ab9723fd6a05a57685137ccb795680d975693d (diff)
downloadcoreclr-31e22b200de37bd8005c650c90e2098e42201eec.tar.gz
coreclr-31e22b200de37bd8005c650c90e2098e42201eec.tar.bz2
coreclr-31e22b200de37bd8005c650c90e2098e42201eec.zip
Recognize STA\MTA Attribute For Main Function (#15652)
* Apartment state set for main method * g_fWeownprocess removed and CLRConfig::GetConfigValue(CLRConfig::EXTERNAL_FinalizeOnShutdown) set
Diffstat (limited to 'src/vm/appdomain.hpp')
-rw-r--r--src/vm/appdomain.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/appdomain.hpp b/src/vm/appdomain.hpp
index 8689ff8f92..ea1c471759 100644
--- a/src/vm/appdomain.hpp
+++ b/src/vm/appdomain.hpp
@@ -4267,7 +4267,7 @@ public:
#if defined(FEATURE_COMINTEROP_APARTMENT_SUPPORT) && !defined(CROSSGEN_COMPILE)
static Thread::ApartmentState GetEntryPointThreadAptState(IMDInternalImport* pScope, mdMethodDef mdMethod);
- static void SetThreadAptState(IMDInternalImport* pScope, Thread::ApartmentState state);
+ static void SetThreadAptState(Thread::ApartmentState state);
#endif
static BOOL SetGlobalSharePolicyUsingAttribute(IMDInternalImport* pScope, mdMethodDef mdMethod);