applied patch #1381929 - StrCmpS - case-sensitive string comparison

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4468 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-01-06 16:00:15 +00:00
parent 817378e7e3
commit 58b07e69c6
6 changed files with 23 additions and 4 deletions

View file

@ -176,6 +176,7 @@ enum
TOK_IFABORT,
TOK_STRCPY,
TOK_STRCMP,
TOK_STRCMPS,
TOK_GETTEMPFILENAME,
TOK_GETFUNCTIONADDR,
TOK_GETLABELADDR,