mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
change CMDLINE_LENGTH to 8192 to keep rbuild happy until dymatic alloc are in place
svn path=/trunk/; revision=17380
This commit is contained in:
parent
a6f00340b4
commit
6f3cd1ce3e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
|
|
||||||
/* command line buffer length */
|
/* command line buffer length */
|
||||||
#ifdef __REACTOS__
|
#ifdef __REACTOS__
|
||||||
#define CMDLINE_LENGTH 512
|
#define CMDLINE_LENGTH 8192
|
||||||
#else
|
#else
|
||||||
#define CMDLINE_LENGTH 8192
|
#define CMDLINE_LENGTH 8192
|
||||||
//#define CMDLINE_LENGTH 1024
|
//#define CMDLINE_LENGTH 1024
|
||||||
|
|
Loading…
Reference in a new issue