Changeset 1439 for trunk/dll/copyf.c
- Timestamp:
- Jul 12, 2009, 11:57:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/copyf.c
r1438 r1439 22 22 08 Mar 09 GKY Removed variable aurguments from docopyf and unlinkf (not used) 23 23 28 Jun 09 GKY Added AddBackslashToPath() to remove repeatative code. 24 12 Jul 09 GKY Add xDosQueryAppType and xDoxAlloc... to allow FM/2 to load in high memory 24 25 25 26 ***********************************************************************/ … … 313 314 ealen = sizeof(FEALIST) + 10; 314 315 rc = xDosAllocMem((PPVOID) & pfealist, 315 ealen + 32L, OBJ_TILE | PAG_COMMIT | PAG_READ | PAG_WRITE); 316 ealen + 32L, PAG_COMMIT | PAG_READ | PAG_WRITE, 317 pszSrcFile, __LINE__); 316 318 if (rc) 317 319 Dos_Error(MB_CANCEL, rc, HWND_DESKTOP, pszSrcFile, __LINE__,
Note:
See TracChangeset
for help on using the changeset viewer.