Changeset 651 for trunk/src/kernel32/winimage.cpp
- Timestamp:
- Aug 23, 1999, 7:04:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimage.cpp
r646 r651 1 /* $Id: winimage.cpp,v 1.1 4 1999-08-23 13:54:43sandervl Exp $ */1 /* $Id: winimage.cpp,v 1.15 1999-08-23 17:02:35 sandervl Exp $ */ 2 2 3 3 /* … … 89 89 sprintf(logname, "pe_%d.log", loadNr); 90 90 fout.open(logname, ios::out | ios::trunc); 91 dprintf(("PE LOGFILE for %s: %s (rc=%d)", szModule, logname));91 dprintf(("PE LOGFILE for %s: %s", szModule, logname)); 92 92 foutInit = TRUE; 93 93 } … … 1132 1132 if(WinDll == NULL) 1133 1133 { //not found, so load it 1134 WinDll = new Win32Dll(pszCurModule );1134 WinDll = new Win32Dll(pszCurModule, this); 1135 1135 1136 1136 if(WinDll == NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.