no more need for _StrCmp

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4470 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-01-06 17:28:14 +00:00
parent e0e602b97c
commit 78c4ca6427

View file

@ -134,12 +134,8 @@
!macroend
; Case-sensitive string tests
!macro _StrCmp _a _b _e _l _m
StrCmpS `${_a}` `${_b}` `${_t}` `${_f}`
!macroend
!macro _S== _a _b _t _f
!insertmacro _StrCmp `${_a}` `${_b}` `${_t}` `${_f}` `${_f}`
StrCmpS `${_a}` `${_b}` `${_t}` `${_f}`
!macroend
!macro _S!= _a _b _t _f