diff --git a/Include/WinVer.nsh b/Include/WinVer.nsh index accccb19..e9d34657 100644 --- a/Include/WinVer.nsh +++ b/Include/WinVer.nsh @@ -153,8 +153,8 @@ !define WINVER_8.1 0x06030000 ;6.03.9600 !define WINVER_2012R2_NT 0x86030001 ;6.03.9600 !define WINVER_2012R2 0x06030001 ;6.03.9600 -!define WINVER_10_NT 0x86040000 ;6.04.???? -!define WINVER_10 0x06040000 ;6.04.???? +!define WINVER_10_NT 0x8A000000 ;10.0.10240 +!define WINVER_10 0x0A000000 ;10.0.10240 # use this to make all nt > 9x diff --git a/Source/manifest.h b/Source/manifest.h index 73104492..7a3e4c17 100644 --- a/Source/manifest.h +++ b/Source/manifest.h @@ -73,6 +73,7 @@ namespace manifest append(_T("Win7")); append(_T("Win8")); append(_T("Win8.1")); // In the default list because GetVersion[Ex] lies if this is not set in the manifest + append(_T("Win10")); m_isdefaultlist = true; } };