diff --git a/Include/LogicLib.nsh b/Include/LogicLib.nsh index 193f3512..52716571 100644 --- a/Include/LogicLib.nsh +++ b/Include/LogicLib.nsh @@ -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