Changeset 697 for trunk/dll/cmdline.c
- Timestamp:
- Jun 17, 2007, 5:59:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/cmdline.c
r689 r697 7 7 8 8 Copyright (c) 1993-98 M. Kimes 9 Copyright (c) 2004, 200 6Steven H.Levine9 Copyright (c) 2004, 2007 Steven H.Levine 10 10 11 11 01 Aug 04 SHL Rework lstrip/rstrip usage … … 14 14 29 Jul 06 SHL Use xfgets_bstripcr 15 15 22 Mar 07 GKY Use QWL_USER 16 16 Jun 07 SHL Update for OpenWatcom 16 17 17 18 ***********************************************************************/ … … 393 394 } 394 395 } 395 if (DosQ AppType(executable, &apptype) ||396 if (DosQueryAppType(executable, &apptype) || 396 397 (apptype && !(apptype & 397 398 (FAPPTYP_NOTWINDOWCOMPAT |
Note:
See TracChangeset
for help on using the changeset viewer.