Added FlushINI

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2319 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-03-17 13:23:01 +00:00
parent 2bae57a3ac
commit 1c6dc531e6
5 changed files with 16 additions and 0 deletions

View file

@ -122,6 +122,7 @@ enum
TOK_WRITEREGDWORD,
TOK_DELETEINISEC,
TOK_DELETEINISTR,
TOK_FLUSHINI,
TOK_WRITEINISTR,
TOK_CREATESHORTCUT,
TOK_FINDWINDOW,