Changeset 1439 for trunk/dll/autoview.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r1438 r1439 29 29 07 Feb 09 GKY Eliminate Win_Error2 by moving function names to PCSZs used in Win_Error 30 30 08 Mar 09 GKY Renamed commafmt.h i18nutil.h 31 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 31 32 32 33 ***********************************************************************/ … … 137 138 138 139 rc = xDosAllocMem((PPVOID) & pfealist, ealen, PAG_COMMIT | PAG_READ | 139 PAG_WRITE | OBJ_TILE);140 PAG_WRITE, pszSrcFile, __LINE__); 140 141 if (rc || !pfealist) 141 142 Dos_Error(MB_CANCEL, rc, hwnd, pszSrcFile, __LINE__,
Note:
See TracChangeset
for help on using the changeset viewer.