Changeset 4357 for trunk/src/kernel32/winimagepe2lx.h
- Timestamp:
- Oct 2, 2000, 6:00:36 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winimagepe2lx.h
r4304 r4357 1 /* $Id: winimagepe2lx.h,v 1. 4 2000-09-22 04:35:09bird Exp $ */1 /* $Id: winimagepe2lx.h,v 1.5 2000-10-02 04:00:36 bird Exp $ */ 2 2 3 3 /* … … 57 57 /* these should be moved to winimagebase some day... */ 58 58 PVOID getPointerFromRVA(ULONG ulRVA); 59 ULONGgetSectionIndexFromRVA(ULONG ulRVA);59 LONG getSectionIndexFromRVA(ULONG ulRVA); 60 60 61 61 PSECTION paSections; /* Used by getPointerFromRVA and created by getSections and
Note:
See TracChangeset
for help on using the changeset viewer.