mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 07:44:25 +08: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:
@@ -44,7 +44,7 @@
|
||||
|
||||
/* command line buffer length */
|
||||
#ifdef __REACTOS__
|
||||
#define CMDLINE_LENGTH 512
|
||||
#define CMDLINE_LENGTH 8192
|
||||
#else
|
||||
#define CMDLINE_LENGTH 8192
|
||||
//#define CMDLINE_LENGTH 1024
|
||||
|
||||
Reference in New Issue
Block a user