added WinVer.nsh - LogicLib extensions for handling Windows versions

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4764 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-09-29 17:41:55 +00:00
parent 14fc71d2cd
commit 24006b816e
2 changed files with 147 additions and 0 deletions

View file

@ -9,6 +9,7 @@ includes = Split("""
TextFunc.nsh
UpgradeDLL.nsh
WinMessages.nsh
WinVer.nsh
WordFunc.nsh
x64.nsh
""")