Changeset 985 for trunk/dll/pathutil.h


Ignore:
Timestamp:
Mar 1, 2008, 2:37:14 AM (17 years ago)
Author:
Gregg Young
Message:

Update sizes dialog (ticket 44); Make max command line length user settable (ticket 199); use xfree for free in most cases (ticket 212); initial code to check for valid ini file (ticket 102); Some additional refactoring and structure rework; Some documentation updates;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.h

    r920 r985  
    1010
    1111  05 Jan 08 SHL Move from fm3dll.h to here
     12  29 Feb 08 GKY Changes to enable user settable command line length
    1213
    1314***********************************************************************/
     
    2728PCSZ NormalizeCmdLine(PSZ pszWorkBuf, PSZ pszCmdLine_);
    2829
     30#define MAXCOMLINESTRGDEFAULT (2048)                    /* used to build command line strings */
     31#define CMDLNLNGTH_MIN (299)
     32#define CMDLNLNGTH_MAX (32768)
     33
     34#ifdef DEFINE_GLOBALS
     35#define DATADEF
     36#else
     37#define DATADEF extern
     38#endif
     39
     40DATADEF ULONG MaxComLineStrg;
     41
    2942#endif // PATHUTIL_H
Note: See TracChangeset for help on using the changeset viewer.