Ignore:
Timestamp:
Jan 15, 2004, 11:39:15 AM (22 years ago)
Author:
sandervl
Message:

Loader updates

File:
1 edited

Legend:

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

    r9411 r10397  
    1 /* $Id: winimagelx.h,v 1.7 2002-11-18 13:53:55 sandervl Exp $ */
     1/* $Id: winimagelx.h,v 1.8 2004-01-15 10:39:12 sandervl Exp $ */
    22
    33/*
     
    2424virtual ULONG     getApi(int ordinal);
    2525
     26virtual ULONG     setApi(char *name, ULONG pfnNewProc);
     27virtual ULONG     setApi(int ordinal, ULONG pfnNewProc);
     28
    2629        LPVOID    buildHeader(DWORD MajorImageVersion, DWORD MinorImageVersion,
    2730                              DWORD Subsystem);
     
    2932         * @returns OS/2 module handle. */
    3033        HINSTANCE   getHMOD() const { return hinstanceOS2; }
     34
    3135protected:
    3236  LPVOID    header;
    3337  HINSTANCE hinstanceOS2;
    34   DWORD     dwOrdinalBase;
    35   LPSTR     lpszExportPrefix;
     38
     39  //custom build PE header
     40  LPVOID    pCustomPEHeader;
     41
    3642private:
    3743};
Note: See TracChangeset for help on using the changeset viewer.