Changeset 5332 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Mar 19, 2001, 8:27:14 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r5303 r5332 1 /* $Id: winimagepeldr.cpp,v 1. 69 2001-03-12 14:16:33 sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.70 2001-03-19 19:27:13 sandervl Exp $ */ 2 2 3 3 /* … … 1696 1696 WinImage = (Win32ImageBase *)WinDll; 1697 1697 } 1698 else { 1699 dprintf((LOG, "Unable to load dll %s", pszCurModule )); 1700 return FALSE; 1701 } 1698 1702 1699 1703 pulImport = (PULONG)((ULONG)pulImport + (ULONG)win32file);
Note:
See TracChangeset
for help on using the changeset viewer.