Changeset 1749 for trunk/dll/cmdline.c
- Timestamp:
- Feb 28, 2014, 5:46:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r1673 r1749 29 29 17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *. 30 30 23 Oct 10 GKY Changes to populate and utilize a HELPTABLE for context specific help 31 28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed 31 32 32 33 ***********************************************************************/ … … 404 405 { 405 406 ULONG apptype = 0L; 407 // Change DosQueryAppType to xDosQueryAppType if "executable"is no longer local 406 408 CHAR executable[CCHMAXPATH], commandline[1001], *p; 407 409
Note:
See TracChangeset
for help on using the changeset viewer.