Added GetWinVer instruction

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7309 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2021-08-29 18:39:07 +00:00
parent cdffbfe870
commit 52d6782447
14 changed files with 257 additions and 31 deletions

View file

@ -283,6 +283,8 @@ enum
TOK_FILESEEK,
TOK_GETFULLPATHNAME,
TOK_GETKNOWNFOLDERPATH,
TOK_GETWINVER,
TOK_READMEMORY,
TOK_REBOOT,
TOK_IFREBOOTFLAG,
TOK_SETREBOOTFLAG,