Ignore:
Timestamp:
Jun 15, 2001, 11:42:49 AM (24 years ago)
Author:
bird
Message:

Corrected Pe2Lx bug in LoadLibrary. Added isPe2LxDLL.

File:
1 edited

Legend:

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

    r3993 r6015  
    1 /* $Id: winimagelx.h,v 1.2 2000-08-11 10:56:19 sandervl Exp $ */
     1/* $Id: winimagelx.h,v 1.3 2001-06-15 09:42:49 bird Exp $ */
    22
    33/*
     
    2121virtual ~Win32LxImage();
    2222
    23 virtual ULONG     getApi(char *name);
     23virtual ULONG     getApi(char *name);
    2424virtual ULONG     getApi(int ordinal);
    2525
    2626        LPVOID    buildHeader(DWORD MajorImageVersion, DWORD MinorImageVersion,
    2727                              DWORD Subsystem);
    28 
     28        /** Get the OS/2 module handle.
     29         * @returns OS/2 module handle. */
     30        HINSTANCE   getHMOD() const { return hinstance; }
    2931protected:
    3032  LPVOID header;
Note: See TracChangeset for help on using the changeset viewer.