Preliminary ManifestSupportedOS and WinVer.nsh Win10 support

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6558 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-10-21 23:13:26 +00:00
parent eb5d77214a
commit 46ac05004d
6 changed files with 46 additions and 13 deletions

View file

@ -61,18 +61,12 @@ namespace manifest
if (-1 == pos) return 0;
return m_list.get() + pos;
}
void addall();
void deleteall()
{
m_list.deleteall();
m_isdefaultlist = false;
}
void addall()
{
append(_T("WinVista"));
append(_T("Win7"));
append(_T("Win8"));
append(_T("Win8.1"));
}
void setdefault()
{
m_list.deleteall();