Changeset 3005 for trunk/src/kernel32/winimagepeldr.cpp
- Timestamp:
- Mar 4, 2000, 8:52:37 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepeldr.cpp
r2863 r3005 1 /* $Id: winimagepeldr.cpp,v 1.3 3 2000-02-22 23:53:03sandervl Exp $ */1 /* $Id: winimagepeldr.cpp,v 1.34 2000-03-04 19:52:36 sandervl Exp $ */ 2 2 3 3 /* … … 36 36 #define PRIVATE_LOGGING 37 37 #include <misc.h> 38 #include <win32 type.h>38 #include <win32api.h> 39 39 #include <winimagebase.h> 40 40 #include <winimagepeldr.h> … … 569 569 APIRET rc; 570 570 571 //Round down to nearest page boundary 572 virtAddress = virtAddress & ~0xFFF; 573 571 574 section = findSectionByOS2Addr(virtAddress); 572 575 if(section == NULL) { … … 1408 1411 return(FALSE); 1409 1412 } 1410 WinDll->AddRef();1411 1413 } 1412 1414 dprintf((LOG, "**********************************************************************" )); … … 1555 1557 1556 1558 if( r != MBID_IGNORE ) 1557 exit(987);1559 ExitProcess(987); 1558 1560 1559 1561 fIgnore = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.