Ignore:
Timestamp:
May 26, 2000, 8:42:57 PM (25 years ago)
Author:
sandervl
Message:

memory map bugfixes + added method for querying image size

File:
1 edited

Legend:

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

    r3483 r3609  
    1 /* $Id: winimagepeldr.h,v 1.2 2000-05-02 20:53:15 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.3 2000-05-26 18:42:57 sandervl Exp $ */
    22
    33/*
     
    8181        //any dlls are loaded, so that exes without fixups can be loaded at a low
    8282        //address)
    83 virtual BOOL  init(ULONG reservedMem);
     83    virtual BOOL  init(ULONG reservedMem);
    8484
    8585    virtual BOOL  insideModule(ULONG address);
     
    8888    virtual ULONG getApi(char *name);
    8989    virtual ULONG getApi(int ordinal);
     90
     91    virtual ULONG getImageSize();
    9092
    9193    //Returns required OS version for this image
Note: See TracChangeset for help on using the changeset viewer.