not using System.dll for case-sensitive comparison anymore

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5003 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-03-20 19:38:19 +00:00
parent f8a810ba45
commit b3310a3170

View file

@ -42,7 +42,7 @@
; a == b; a != b
; Additional case-insensitive string tests (using System.dll):
; a S< b; a S>= b; a S> b; a S<= b
; Case-sensitive string tests (using System.dll):
; Case-sensitive string tests:
; a S== b; a S!= b
; Standard (built-in) signed integer tests:
; a = b; a <> b; a < b; a >= b; a > b; a <= b