mirror of
https://github.com/emtee40/NanaZip
synced 2026-04-25 16:24:56 +02:00
Try to add the workaround for unhandled exception at twinapi.appcore.dll for fixing https://github.com/M2Team/NanaZip/issues/400.
This commit is contained in:
@@ -8,6 +8,9 @@ namespace winrt::NanaZip::Modern::implementation
|
||||
{
|
||||
App::App()
|
||||
{
|
||||
// Workaround for unhandled exception at twinapi.appcore.dll
|
||||
// Fixes: https://github.com/M2Team/NanaZip/issues/400
|
||||
this->AddRef();
|
||||
::MileXamlGlobalInitialize();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user