Ignore:
Timestamp:
Aug 19, 2000, 7:22:52 PM (25 years ago)
Author:
bird
Message:

Tempfix which makes the resource section writeable and commits the 64KB
preceding the resource section commited and readable.

File:
1 edited

Legend:

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

    r3074 r4047  
    1 /* $Id: winimagepe2lx.h,v 1.1 2000-03-10 16:12:03 sandervl Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.2 2000-08-19 17:22:52 bird Exp $ */
    22
    33/*
     
    5656    /** @cat RVA -> pointer */
    5757    /* this should be moved to winimagebase some day... */
    58     PVOID    getPointerFromRVA(ULONG ulRVA);
     58    PVOID   getPointerFromRVA(ULONG ulRVA);
     59    LONG    getSectionIndexFromRVA(ULONG ulRVA);
    5960
    6061    PSECTION            paSections; /* Used by getPointerFromRVA and created by getSections and
Note: See TracChangeset for help on using the changeset viewer.