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:
parent
e0e602b97c
commit
78c4ca6427
1 changed files with 1 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue