Added dotted notation for macro ${__LINE__} predefine
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2643 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5a3d38fbf9
commit
bbc605eeac
2 changed files with 18 additions and 13 deletions
|
@ -109,7 +109,7 @@ class CEXEBuild {
|
|||
void restore_file_predefine(char *);
|
||||
char* set_timestamp_predefine(char *);
|
||||
void restore_timestamp_predefine(char *);
|
||||
char* set_line_predefine(int);
|
||||
char* set_line_predefine(int, BOOL);
|
||||
void restore_line_predefine(char *);
|
||||
#endif
|
||||
int parseScript();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue