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

    r3074 r6015  
    1 /* $Id: windllpeldr.h,v 1.1 2000-03-10 16:12:02 sandervl Exp $ */
     1/* $Id: windllpeldr.h,v 1.2 2001-06-15 09:42:49 bird Exp $ */
    22
    33/*
     
    1919{
    2020public:
    21         Win32PeLdrDll(char *szDllName, Win32ImageBase *parentImage = NULL);
     21    Win32PeLdrDll(char *szDllName, Win32ImageBase *parentImage = NULL);
    2222virtual ~Win32PeLdrDll();
    2323
    2424virtual BOOL  init(ULONG reservedMem);
    2525
    26 virtual BOOL  isLxDll();
     26        BOOL  isLxDll() const;
     27        BOOL  isPe2LxDll() const;
    2728
    2829protected:
Note: See TracChangeset for help on using the changeset viewer.