!ifmacro[n]def based on Anders Kjersem's code

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3234 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-11-30 16:31:43 +00:00
parent 58ea8200ba
commit 5028c34424
4 changed files with 44 additions and 6 deletions

View file

@ -123,6 +123,7 @@ class CEXEBuild {
#endif
int parseScript();
int includeScript(char *f);
int MacroExists(const char *macroname);
#ifdef NSIS_FIX_DEFINES_IN_STRINGS
void ps_addtoline(const char *str, GrowBuf &linedata, StringList &hist, bool bIgnoreDefines = false);
#else