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:
Magnus Olsen 2005-08-14 09:14:53 +00:00
parent a6f00340b4
commit 6f3cd1ce3e

View file

@ -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