Ignore:
Timestamp:
Oct 2, 2000, 3:35:23 PM (25 years ago)
Author:
bird
Message:

Checked the docs on TLS. Now implemented according to docs.

File:
1 edited

Legend:

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

    r4357 r4368  
    1 /* $Id: winimagepe2lx.h,v 1.5 2000-10-02 04:00:36 bird Exp $ */
     1/* $Id: winimagepe2lx.h,v 1.6 2000-10-02 13:35:23 bird Exp $ */
    22
    33/*
     
    5757    /* these should be moved to winimagebase some day... */
    5858    PVOID    getPointerFromRVA(ULONG ulRVA);
     59    PVOID    getPointerFromPointer(PVOID pv);
    5960    LONG     getSectionIndexFromRVA(ULONG ulRVA);
     61    BOOL     validateRealPointer(PVOID pv);
    6062
    6163    PSECTION            paSections; /* Used by getPointerFromRVA and created by getSections and
Note: See TracChangeset for help on using the changeset viewer.