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

@@ -28,4 +28,4 @@ inline bool Is19H1OrHigher()
inline bool UseNewSettings()
{
return Is19H1OrHigher();
}
}