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/windllpe2lx.h

    r3074 r6015  
    1 /* $Id: windllpe2lx.h,v 1.1 2000-03-10 16:12:02 sandervl Exp $ */
     1/* $Id: windllpe2lx.h,v 1.2 2001-06-15 09:42:48 bird Exp $ */
    22
    33/*
     
    2626    /** @cat Constructor/Destructor */
    2727    Win32Pe2LxDll(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);
    28     virtual ~Win32Pe2LxDll();
    29     BOOL     init();
     28    virtual     ~Win32Pe2LxDll();
     29    BOOL        init();
    3030
    3131    /** @cat Query */
    32     virtual BOOL  isLxDll();
     32    BOOL        isPe2LxDll() const;
     33    BOOL        isLxDll() const;
    3334};
    3435
Note: See TracChangeset for help on using the changeset viewer.