Added WriteRegNone

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6863 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-05-29 16:25:18 +00:00
parent 6271e87972
commit 204dbb0443
6 changed files with 13 additions and 11 deletions

View file

@ -190,6 +190,7 @@ enum
TOK_WRITEREGBIN,
TOK_WRITEREGMULTISZ,
TOK_WRITEREGDWORD,
TOK_WRITEREGNONE,
TOK_DELETEINISEC,
TOK_DELETEINISTR,
TOK_FLUSHINI,