Ignore:
Timestamp:
Apr 9, 2003, 12:39:41 PM (22 years ago)
Author:
sandervl
Message:

Unmap memory view when deleting PE dll object

File:
1 edited

Legend:

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

    r9617 r9997  
    1 /* $Id: winimagepeldr.h,v 1.19 2003-01-05 12:31:26 sandervl Exp $ */
     1/* $Id: winimagepeldr.h,v 1.20 2003-04-09 10:39:41 sandervl Exp $ */
    22
    33/*
     
    123123        void  AddOff16Fixup(ULONG fixupaddr, BOOL fHighFixup);
    124124
    125         BOOL  processImports(char *win32file);
    126 
    127         BOOL  processExports(char *win32file);
     125        BOOL  processImports();
     126        BOOL  processExports();
    128127        void  AddNameExport(ULONG virtaddr, char *apiname, ULONG ordinal, BOOL fAbsoluteAddress=FALSE);
    129128        void  AddOrdExport(ULONG virtaddr, ULONG ordinal, BOOL fAbsoluteAddress=FALSE);
     
    158157
    159158        Win32MemMap          *memmap;
     159        LPVOID                peview;
    160160private:
    161161};
Note: See TracChangeset for help on using the changeset viewer.