Added PESubsysVer attribute

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6592 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2015-07-27 20:41:17 +00:00
parent c679845ad6
commit 20866470fa
6 changed files with 22 additions and 1 deletions

View file

@ -531,7 +531,7 @@ class CEXEBuild {
int deflateToFile(FILE *fp, char *buf, int len); // len==0 to flush
#endif
WORD PEDllCharacteristics;
WORD PEDllCharacteristics, PESubsysVerMaj, PESubsysVerMin;
manifest::comctl manifest_comctl;
manifest::exec_level manifest_exec_level;
manifest::dpiaware manifest_dpiaware;