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

@ -300,3 +300,9 @@ Compares (case insensitively) str1 to str2. If str1 and str2 are equal, Gotos ju
\c DetailPrint '$$0 == "a string"'
\c Goto +2
\c DetailPrint '$$0 != "a string"'
\S2{strcmps} StrCmpS
\c str1 str2 jump_if_equal [jump_if_not_equal]
Same as \R{strcmp}{StrCmp}, but case sensitive.