Preliminary support for disableWindowFiltering and gdiScaling manifest elements

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6993 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-05-14 19:07:17 +00:00
parent 11c050f118
commit b0430b251b
7 changed files with 65 additions and 20 deletions

View file

@ -66,6 +66,8 @@ enum
TOK_MANIFEST_DPIAWARE,
TOK_MANIFEST_DPIAWARENESS,
TOK_MANIFEST_SUPPORTEDOS,
TOK_MANIFEST_DISABLEWINDOWFILTERING,
TOK_MANIFEST_GDISCALING,
TOK_CHANGEUI,
TOK_ADDBRANDINGIMAGE,
TOK_SETFONT,