Changeset 697 for trunk/dll/cmdline.c


Ignore:
Timestamp:
Jun 17, 2007, 5:59:25 AM (18 years ago)
Author:
Steven Levine
Message:

More OpenWatcom compatibility updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/cmdline.c

    r689 r697  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2004, 2006 Steven H.Levine
     9  Copyright (c) 2004, 2007 Steven H.Levine
    1010
    1111  01 Aug 04 SHL Rework lstrip/rstrip usage
     
    1414  29 Jul 06 SHL Use xfgets_bstripcr
    1515  22 Mar 07 GKY Use QWL_USER
     16  16 Jun 07 SHL Update for OpenWatcom
    1617
    1718***********************************************************************/
     
    393394        }
    394395      }
    395       if (DosQAppType(executable, &apptype) ||
     396      if (DosQueryAppType(executable, &apptype) ||
    396397          (apptype && !(apptype &
    397398                        (FAPPTYP_NOTWINDOWCOMPAT |
Note: See TracChangeset for help on using the changeset viewer.