Changeset 1274 for trunk/include/winexepe2lx.h
- Timestamp:
- Oct 14, 1999, 3:39:13 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winexepe2lx.h
r953 r1274 1 /* $Id: winexepe2lx.h,v 1. 1 1999-09-15 23:29:37 sandervlExp $ */1 /* $Id: winexepe2lx.h,v 1.2 1999-10-14 01:39:13 bird Exp $ */ 2 2 3 3 /* … … 5 5 * 6 6 * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl) 7 * 7 * Copyright 1999 knut st. osmundsen (knut.stange.osmundsen@pmsc.no) 8 8 * 9 9 * Project Odin Software License can be found in LICENSE.TXT … … 16 16 #include <winimagepe2lx.h> 17 17 18 //Class for executables converted by pe2lx or win32k 18 19 /** 20 * Class for executables converted by pe2lx or win32k 21 * @shortdesc Class for executables converted by pe2lx or win32k 22 * @author Sander van Leeuwen, knut st. osmundsen 23 * @approval - 24 */ 19 25 class Win32Pe2LxExe : public Win32Pe2LxImage, public Win32ExeBase 20 26 { 21 27 public: 22 Win32Pe2LxExe(HINSTANCE hinstance, int NameTableId, int Win32TableId); 23 virtual ~Win32Pe2LxExe(); 24 25 protected: 26 private: 28 /** @cat Constructor/Destructor */ 29 Win32Pe2LxExe(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG); 30 virtual ~Win32Pe2LxExe(); 27 31 }; 28 32 33 29 34 #endif //__WINEXEPE2LX_H__
Note:
See TracChangeset
for help on using the changeset viewer.