Remove legacy corrupted state exceptions entirely

This commit is contained in:
goaaats 2025-03-28 00:51:59 +01:00
parent 9c80b72e5e
commit fb61d72fae
8 changed files with 1 additions and 20 deletions

View file

@ -4,7 +4,6 @@ void ConsoleTeardown();
HRESULT InitializeClrAndGetEntryPoint(
void* calling_module,
bool enable_etw,
bool enable_legacy_corrupted_state_exception_policy,
std::wstring runtimeconfig_path,
std::wstring module_path,
std::wstring entrypoint_assembly_name,