Changeset 697 for trunk/dll/shadow.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/shadow.c

    r551 r697  
    77
    88  Copyright (c) 1993-97 M. Kimes
    9   Copyright (c) 2006 Steven H. Levine
     9  Copyright (c) 2006, 2007 Steven H. Levine
    1010
    1111  22 Jul 06 SHL Check more run time errors
     12  16 Jun 07 SHL Update for OpenWatcom
    1213
    1314***********************************************************************/
     
    204205        CHAR *p, *pp, szDir[CCHMAXPATH + 1], szBuffer[CCHMAXPATH + 1];
    205206
    206         if (DosQAppType(list[x], &apt))
     207        if (DosQueryAppType(list[x], &apt))
    207208          apt = 0;
    208209        p = strrchr(list[x], '.');
Note: See TracChangeset for help on using the changeset viewer.