!define lines will keep escaping as they are

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1903 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-12-06 14:18:18 +00:00
parent 2211407ccf
commit 93505a844c
2 changed files with 8 additions and 8 deletions

View file

@ -66,7 +66,7 @@ int CEXEBuild::doParse(const char *str, FILE *fp, const char *curfilename, int *
// remove trailing slash and null
if (str[0] && CharPrev(str,str+strlen(str))[0] == '\\') return PS_OK;
res=line.parse((char*)m_linebuild.get());
res=line.parse((char*)m_linebuild.get(),!strnicmp(str,"!define",7));
m_linebuild.resize(0);