bigger MAX_LINELENGTH
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3538 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0016cf11a9
commit
c5aef2646e
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
#endif
|
||||
|
||||
#define MAX_INCLUDEDEPTH 10
|
||||
#define MAX_LINELENGTH 4096
|
||||
#define MAX_LINELENGTH 16384
|
||||
|
||||
#ifdef NSIS_SUPPORT_STANDARD_PREDEFINES
|
||||
// Added by Sunil Kamath 11 June 2003
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue