Changeset 6015 for trunk/src/kernel32/windllpeldr.h
- Timestamp:
- Jun 15, 2001, 11:42:49 AM (24 years ago)
- 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 sandervlExp $ */1 /* $Id: windllpeldr.h,v 1.2 2001-06-15 09:42:49 bird Exp $ */ 2 2 3 3 /* … … 19 19 { 20 20 public: 21 21 Win32PeLdrDll(char *szDllName, Win32ImageBase *parentImage = NULL); 22 22 virtual ~Win32PeLdrDll(); 23 23 24 24 virtual BOOL init(ULONG reservedMem); 25 25 26 virtual BOOL isLxDll(); 26 BOOL isLxDll() const; 27 BOOL isPe2LxDll() const; 27 28 28 29 protected:
Note:
See TracChangeset
for help on using the changeset viewer.