Changeset 1439 for trunk/dll/instant.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/instant.c
r1438 r1439 13 13 22 Mar 07 GKY Use QWL_USER 14 14 20 Aug 07 GKY Move #pragma alloc_text to end for OpenWatcom compat 15 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 15 16 16 17 ***********************************************************************/ … … 104 105 if (mem) { 105 106 rc = xDosAllocMem((PVOID) & bat, mem, 106 PAG_COMMIT | PAG_READ | PAG_WRITE );107 PAG_COMMIT | PAG_READ | PAG_WRITE, pszSrcFile, __LINE__); 107 108 if (rc || !bat) { 108 109 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__,
Note:
See TracChangeset
for help on using the changeset viewer.