Ignore:
Timestamp:
Oct 2, 2000, 6:00:36 AM (25 years ago)
Author:
bird
Message:

Made corrections for Borland TLS. (Beyond Compare works now)

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:09 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.5 2000-10-02 04:00:36 bird Exp $ */
    22
    33/*
     
    5757    /* these should be moved to winimagebase some day... */
    5858    PVOID    getPointerFromRVA(ULONG ulRVA);
    59     ULONG    getSectionIndexFromRVA(ULONG ulRVA);
     59    LONG     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.