Changeset 1480 for trunk/dll/arccnrs.c
- Timestamp:
- Nov 22, 2009, 11:58:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/arccnrs.c
r1439 r1480 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 memory79 78 80 79 ***********************************************************************/ … … 632 631 *p = 0; 633 632 DosError(FERR_DISABLEHARDERR); 634 if (! xDosQueryAppType(s, &apptype) &&633 if (!DosQueryAppType(s, &apptype) && 635 634 (apptype & FAPPTYP_DOS || 636 635 apptype & FAPPTYP_WINDOWSREAL ||
Note:
See TracChangeset
for help on using the changeset viewer.