We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6baa179 commit d1e1435Copy full SHA for d1e1435
dev/WindowsAppRuntime_DLL/dllmain.cpp
@@ -62,9 +62,12 @@ static HRESULT DetoursShutdown()
62
// Stop Detour'ing APIs to our implementation
63
FAIL_FAST_IF_WIN32_ERROR(DetourTransactionBegin());
64
FAIL_FAST_IF_WIN32_ERROR(DetourUpdateThread(GetCurrentThread()));
65
- if (!isPackaged && !is19H1OrGreater)
+ if (!is19H1OrGreater)
66
{
67
UrfwShutdown();
68
+ }
69
+ if (!isPackaged)
70
+ {
71
MddDetourPackageGraphShutdown();
72
}
73
FAIL_FAST_IF_WIN32_ERROR(DetourTransactionCommit());
0 commit comments