Changeset 1439 for trunk/dll/shadow.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/shadow.c
r1438 r1439 14 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 15 08 Mar 09 GKY Additional strings move to PCSZs declare change 16 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 16 17 17 18 ***********************************************************************/ … … 224 225 CHAR *p, *pp, szDir[CCHMAXPATH + 1], szBuffer[CCHMAXPATH + 1]; 225 226 226 if ( DosQueryAppType(list[x], &apt))227 if (xDosQueryAppType(list[x], &apt)) 227 228 apt = 0; 228 229 p = strrchr(list[x], '.');
Note:
See TracChangeset
for help on using the changeset viewer.