Changeset 1004 for trunk/dll/pathutil.h


Ignore:
Timestamp:
Apr 20, 2008, 7:59:34 PM (17 years ago)
Author:
Gregg Young
Message:

Change default command line length to 1024; remove additional hard coded command line lengths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.h

    r985 r1004  
    2828PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_);
    2929
    30 #define MAXCOMLINESTRGDEFAULT (2048)                    /* used to build command line strings */
     30#define MAXCOMLINESTRGDEFAULT (1024)                    /* used to build command line strings */
    3131#define CMDLNLNGTH_MIN (299)
    3232#define CMDLNLNGTH_MAX (32768)
Note: See TracChangeset for help on using the changeset viewer.