ImageResizer: fix crash on using UseNewSettings (#8661)

* ImageResizer: fix crash on using UseNewSettings

- add unit test to InteropTests
This commit is contained in:
Andrey Nekrasov
2020-12-18 15:25:58 +03:00
committed by GitHub
parent 3a3cb27b36
commit c9c4c9ba8c
9 changed files with 150 additions and 152 deletions

View File

@@ -3,9 +3,6 @@
#include <string>
#include <map>
#include <mutex>
#include <winrt/Windows.UI.Core.h>
using namespace winrt;
// Wrapper class to handle keyboard layout
class LayoutMap::LayoutMapImpl