Changeset 1498 for trunk/dll/systemf.h
- Timestamp:
- Jan 18, 2010, 1:57:01 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/systemf.h
r1497 r1498 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2008, 20 09Steven H. Levine9 Copyright (c) 2008, 2010 Steven H. Levine 10 10 11 11 Change log 12 12 21 Dec 09 GKY Added CheckExecutibleFlags to streamline code in command.c assoc.c & cmdline.c 13 17 JAN 10 GKY Changes to environment handling in ExecuteOnList to facilitate move of commands to INI and allow 14 the same commandline to have different environments (multiple different command titles). 15 17 JAN 10 GKY Add ENVIRONMENT_SIZE vaiable to replace multiple (often different hard coded sizes) set to 2048 16 (the largest value I found). 13 17 14 18 ***********************************************************************/ … … 37 41 #define CHILD 65536 38 42 43 #define ENVIRONMENT_SIZE 2048 44 39 45 typedef struct 40 46 { … … 42 48 CHAR *commandline; 43 49 CHAR path[CCHMAXPATH]; 44 CHAR environment[ 1001];50 CHAR environment[ENVIRONMENT_SIZE]; 45 51 CHAR tempprompt[128]; 46 52 CHAR title[80];
Note:
See TracChangeset
for help on using the changeset viewer.