Changeset 1439 for trunk/dll/misc.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/misc.c
r1438 r1439 60 60 28 Mar 09 GKY Add RemoveOldCnrSwitches to remove pre 3.16 style ini keys; 61 61 add State.version key for check 62 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 62 63 63 64 ***********************************************************************/ … … 846 847 ealen = sizeof(FEALIST) + 9; 847 848 rc = xDosAllocMem((PPVOID) & pfealist, ealen + 64, 848 OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE);849 PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__); 849 850 if (rc) 850 851 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile,
Note:
See TracChangeset
for help on using the changeset viewer.