!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:
parent
2211407ccf
commit
93505a844c
2 changed files with 8 additions and 8 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue