!searchparse and !define /file support
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5682 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
1ec1f9798c
commit
8794e84cf1
4 changed files with 227 additions and 3 deletions
|
@ -196,7 +196,9 @@ class CEXEBuild {
|
|||
|
||||
void ERROR_MSG(const char *s, ...) const;
|
||||
void SCRIPT_MSG(const char *s, ...) const;
|
||||
void INFO_MSG(const char *s, ...) const;
|
||||
void INFO_MSG(const char *s, ...) const;
|
||||
|
||||
DefineList *searchParseString(const char *source_string, LineParser *line, int parmOffs, bool ignCase, bool noErrors);
|
||||
|
||||
#ifdef NSIS_CONFIG_PLUGIN_SUPPORT
|
||||
int add_plugins_dir_initializer(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue