diff options
| author | Jakob Lichtenberg <[email protected]> | 2025-04-01 17:04:36 -0700 |
|---|---|---|
| committer | Jakob Lichtenberg <[email protected]> | 2025-04-01 17:04:36 -0700 |
| commit | 38e10591ece2141ba2265d89a134bac25d88eca0 (patch) | |
| tree | 252d443a3a38dad0ecb9db09ce2490fb88f07f5f /avstream/sampledevicemft/dllmain.cpp | |
| parent | fd2e0aaf97c2a31d1bcb608a96e68171e6308d69 (diff) | |
| parent | 377403a674ece9688631149a35adca7fe07d0115 (diff) | |
Merge branch 'main' into prahant/pc_loadletter_03012prahant/pc_loadletter_03012
Diffstat (limited to 'avstream/sampledevicemft/dllmain.cpp')
| -rw-r--r-- | avstream/sampledevicemft/dllmain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avstream/sampledevicemft/dllmain.cpp b/avstream/sampledevicemft/dllmain.cpp index 88bfe6ab..64b6cf71 100644 --- a/avstream/sampledevicemft/dllmain.cpp +++ b/avstream/sampledevicemft/dllmain.cpp @@ -199,7 +199,7 @@ STDMETHODIMP_(BOOL) WINAPI DllMain(HINSTANCE hInstance, DWORD dwReason, void *) // Hook up WIL tracing to our trace provider. wil::SetResultLoggingCallback( - [](const wil::FailureInfo &failure) + [](const wil::FailureInfo &failure) noexcept { wchar_t debugString[2048]; if (SUCCEEDED(wil::GetFailureLogString(debugString, ARRAYSIZE(debugString), failure))) |
