runner: initialize COM security, so toast notifications work in elevated context from non-admin account (#5314)

This commit is contained in:
Andrey Nekrasov
2020-08-05 19:06:50 +03:00
committed by GitHub
parent 814f6213fa
commit 59ebe30b72
7 changed files with 97 additions and 78 deletions

View File

@@ -120,6 +120,7 @@
<ClInclude Include="animation.h" />
<ClInclude Include="appMutex.h" />
<ClInclude Include="async_message_queue.h" />
<ClInclude Include="comUtils.h" />
<ClInclude Include="d2d_svg.h" />
<ClInclude Include="d2d_text.h" />
<ClInclude Include="d2d_window.h" />
@@ -159,6 +160,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="animation.cpp" />
<ClCompile Include="comUtils.cpp" />
<ClCompile Include="d2d_svg.cpp" />
<ClCompile Include="d2d_text.cpp" />
<ClCompile Include="d2d_window.cpp" />