Ignore:
Timestamp:
Aug 27, 2000, 5:20:37 AM (25 years ago)
Author:
bird
Message:

Temporary Resource section fix.
Added getSectionIndexFromRVA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/winimagepe2lx.h

    r4047 r4097  
    1 /* $Id: winimagepe2lx.h,v 1.2 2000-08-19 17:22:52 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.3 2000-08-27 03:20:37 bird Exp $ */
    22
    33/*
     
    5555protected:
    5656    /** @cat RVA -> pointer */
    57     /* this should be moved to winimagebase some day... */
    58     PVOID   getPointerFromRVA(ULONG ulRVA);
    59     LONG    getSectionIndexFromRVA(ULONG ulRVA);
     57    /* these should be moved to winimagebase some day... */
     58    PVOID    getPointerFromRVA(ULONG ulRVA);
     59    ULONG    getSectionIndexFromRVA(ULONG ulRVA);
    6060
    6161    PSECTION            paSections; /* Used by getPointerFromRVA and created by getSections and
Note: See TracChangeset for help on using the changeset viewer.