Changeset 1749 for trunk/dll/cmdline.c


Ignore:
Timestamp:
Feb 28, 2014, 5:46:26 PM (12 years ago)
Author:
John Small
Message:

Ticket #522: Ensure use of wrapper functions where needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/cmdline.c

    r1673 r1749  
    2929  17 JAN 10 GKY Changes to get working with Watcom 1.9 Beta (1/16/10). Mostly cast CHAR CONSTANT * as CHAR *.
    3030  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
    3132
    3233***********************************************************************/
     
    404405    {
    405406      ULONG apptype = 0L;
     407      // Change DosQueryAppType to xDosQueryAppType if "executable"is no longer local
    406408      CHAR executable[CCHMAXPATH], commandline[1001], *p;
    407409
Note: See TracChangeset for help on using the changeset viewer.