Added UnsafeStrCpy

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6172 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2011-11-15 17:59:25 +00:00
parent 8cde6958a8
commit 650a51baac
3 changed files with 27 additions and 8 deletions

View file

@ -203,6 +203,7 @@ enum
TOK_SETERRORS,
TOK_IFABORT,
TOK_STRCPY,
TOK_UNSAFESTRCPY,
TOK_STRCMP,
TOK_STRCMPS,
TOK_GETTEMPFILENAME,