From 78c4ca6427666939fcb25e533493f0da3ac97a1c Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 6 Jan 2006 17:28:14 +0000 Subject: [PATCH] no more need for _StrCmp git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4470 212acab6-be3b-0410-9dea-997c60f758d6 --- Include/LogicLib.nsh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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