Changeset 1439 for trunk/dll/subj.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/subj.c
r1438 r1439 15 15 01 Sep 07 GKY Use xDosSetPathInfo to fix case where FS3 buffer crosses 64k boundry 16 16 08 Mar 09 GKY Additional strings move to PCSZs 17 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 17 18 18 19 ***********************************************************************/ … … 126 127 ealen = sizeof(FEALIST) + 9; 127 128 rc = xDosAllocMem((PPVOID) & pfealist, ealen + 1L, 128 OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);129 PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__); 129 130 if (rc) 130 131 Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__,
Note:
See TracChangeset
for help on using the changeset viewer.