Changeset 6015 for trunk/src/kernel32/windllpe2lx.h
- Timestamp:
- Jun 15, 2001, 11:42:49 AM (24 years ago)
- 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 sandervlExp $ */1 /* $Id: windllpe2lx.h,v 1.2 2001-06-15 09:42:48 bird Exp $ */ 2 2 3 3 /* … … 26 26 /** @cat Constructor/Destructor */ 27 27 Win32Pe2LxDll(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG); 28 virtual ~Win32Pe2LxDll();29 BOOL init();28 virtual ~Win32Pe2LxDll(); 29 BOOL init(); 30 30 31 31 /** @cat Query */ 32 virtual BOOL isLxDll(); 32 BOOL isPe2LxDll() const; 33 BOOL isLxDll() const; 33 34 }; 34 35
Note:
See TracChangeset
for help on using the changeset viewer.