Changeset 696 for trunk/dll/arccnrs.c


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

More OpenWatcom compatibility updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/arccnrs.c

    r690 r696  
    3939  12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods
    4040  10 Jun 07 GKY Add CheckPmDrgLimit including IsFm2Window as part of work around PM drag limit
     41  16 Jun 07 SHL Use DosQueryAppType not DosQAppType
    4142
    4243***********************************************************************/
     
    386387      *p = 0;
    387388    DosError(FERR_DISABLEHARDERR);
    388     if (!DosQAppType(s, &apptype) &&
     389    if (!DosQueryAppType(s, &apptype) &&
    389390        (apptype & FAPPTYP_DOS ||
    390391         apptype & FAPPTYP_WINDOWSREAL ||
Note: See TracChangeset for help on using the changeset viewer.