Changeset 2072 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Dec 14, 1999, 1:50:46 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r2066 r2072 1 /* $Id: winimagepeldr.cpp,v 1.2 3 1999-12-13 19:28:15sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.24 1999-12-14 12:50:46 sandervl Exp $ */ 2 2 3 3 /* … … 241 241 memmap = new Win32MemMap(this, realBaseAddress, imageSize); 242 242 if(memmap == NULL || !memmap->Init(0)) { 243 strcpy(szErrorModule, OSLibStripPath(szFileName));244 243 goto failure; 245 244 } … … 1356 1355 if(rc) { 1357 1356 dprintf((LOG, "DosLoadModule returned %X for %s\n", rc, szModuleFailure)); 1358 1357 sprintf(szErrorModule, "%s.DLL", szModuleFailure); 1359 1358 errorState = rc; 1360 1359 return(FALSE); … … 1381 1380 if(WinDll->init(0) == FALSE) { 1382 1381 dprintf((LOG, "Internal WinDll error ", WinDll->getError() )); 1383 strcpy(szErrorModule, OSLibStripPath(modname));1384 1382 return(FALSE); 1385 1383 }
Note:
See TracChangeset
for help on using the changeset viewer.