Fixed some warnings

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6443 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-02-11 01:34:11 +00:00
parent 07183c43a9
commit a7261be70c
7 changed files with 40 additions and 50 deletions

View file

@ -78,7 +78,7 @@ namespace manifest
m_list.deleteall();
append(_T("Win7"));
append(_T("Win8"));
append(_T("Win8.1")); // In the default list because GetVersion(Ex) supposedly lies if this is not set in the manifest
append(_T("Win8.1")); // In the default list because GetVersion[Ex] lies if this is not set in the manifest
m_isdefaultlist = true;
}
};