Attempt to fix DLL hijacking issue with DWrite.dll per manifest

This commit is contained in:
Ansgar Becker
2024-10-18 09:17:55 +02:00
parent 2d153a41bc
commit d2973de7c8

View File

@@ -49,4 +49,7 @@
</application>
</compatibility>
<!-- prevent DLL hijacking -->
<file name="DWrite.dll" loadFrom="%SystemRoot%\system32\" />
</assembly>