Changeset 696 for trunk/dll/arccnrs.c
- Timestamp:
- Jun 17, 2007, 5:21:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r690 r696 39 39 12 May 07 SHL Use dcd->ulItemsToUnHilite; sync with UnHilite arg mods 40 40 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 41 42 42 43 ***********************************************************************/ … … 386 387 *p = 0; 387 388 DosError(FERR_DISABLEHARDERR); 388 if (!DosQ AppType(s, &apptype) &&389 if (!DosQueryAppType(s, &apptype) && 389 390 (apptype & FAPPTYP_DOS || 390 391 apptype & FAPPTYP_WINDOWSREAL ||
Note:
See TracChangeset
for help on using the changeset viewer.