Changeset 1480 for trunk/dll/avv.c
- Timestamp:
- Nov 22, 2009, 11:58:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/avv.c
r1439 r1480 29 29 23 Nov 08 JBS Support use of CMD files in archiver definitions 30 30 11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c 31 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory32 31 33 32 ***********************************************************************/ … … 404 403 *error = 1; 405 404 else { 406 ret = (INT) xDosQueryAppType(p, &apptype);405 ret = (INT) DosQueryAppType(p, &apptype); 407 406 apptype &= (~FAPPTYP_32BIT); 408 407 if (!apptype ||
Note:
See TracChangeset
for help on using the changeset viewer.