chore: enableEtw => enable_etw

This commit is contained in:
goaaats 2022-06-22 17:04:15 +02:00
parent 8744e82979
commit 30b5bb4251
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ void ConsoleTeardown();
int InitializeClrAndGetEntryPoint(
void* calling_module,
bool enableEtw,
bool enable_etw,
std::wstring runtimeconfig_path,
std::wstring module_path,
std::wstring entrypoint_assembly_name,