- Timestamp:
- Jan 5, 2003, 2:16:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r9617 r9618 1 /* $Id: winimagepeldr.cpp,v 1.10 3 2003-01-05 12:31:25sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.104 2003-01-05 13:16:41 sandervl Exp $ */ 2 2 3 3 /* … … 470 470 } 471 471 472 //Use pointer to image header as module handle now. Some apps needs this 473 hinstance = (HINSTANCE)realBaseAddress; 474 472 475 if(!(dwFlags & FLAG_PELDR_LOADASDATAFILE)) 473 476 { … … 630 633 } 631 634 #endif 632 633 //SvL: Use pointer to image header as module handle now. Some apps needs this634 hinstance = (HINSTANCE)realBaseAddress;635 636 //SvL: Set instance handle in process database structure637 SetPDBInstance(hinstance);638 635 639 636 //PH: get pResRootDir pointer correct first, since processImports may
Note:
See TracChangeset
for help on using the changeset viewer.