Changeset 1439 for trunk/dll/arccnrs.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1438 r1439 76 76 08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used) 77 77 12 Mar 09 SHL Use common SearchContainer 78 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 78 79 79 80 ***********************************************************************/ … … 631 632 *p = 0; 632 633 DosError(FERR_DISABLEHARDERR); 633 if (! DosQueryAppType(s, &apptype) &&634 if (!xDosQueryAppType(s, &apptype) && 634 635 (apptype & FAPPTYP_DOS || 635 636 apptype & FAPPTYP_WINDOWSREAL ||
Note:
See TracChangeset
for help on using the changeset viewer.