Changeset 978 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Sep 18, 1999, 7:47:10 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r956 r978 1 /* $Id: winimagepeldr.cpp,v 1. 1 1999-09-15 23:39:08sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.2 1999-09-18 17:47:10 sandervl Exp $ */ 2 2 3 3 /* … … 64 64 imageVirtBase(-1), realBaseAddress(0), imageVirtEnd(0), 65 65 nrNameExports(0), nrOrdExports(0), nameexports(NULL), ordexports(NULL), 66 pResSection(NULL) , pResDir(NULL)66 pResSection(NULL) 67 67 { 68 68 strcpy(this->szFileName, szFileName); … … 359 359 if(GetSectionHdrByName (win32file, &sh, ".rsrc")) { 360 360 //get offset in resource object of directory entry 361 // pResDir = (PIMAGE_RESOURCE_DIRECTORY)ImageDirectoryOffset(win32file, IMAGE_DIRECTORY_ENTRY_RESOURCE);362 361 pResDir = (PIMAGE_RESOURCE_DIRECTORY)(sh.VirtualAddress + realBaseAddress); 362 pResourceSectionStart = (ULONG)pResSection->virtaddr - oh.ImageBase; 363 363 } 364 364
Note:
See TracChangeset
for help on using the changeset viewer.