Changeset 1327 for trunk/include/winimagepe2lx.h
- Timestamp:
- Oct 17, 1999, 3:52:20 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/winimagepe2lx.h
r1274 r1327 1 /* $Id: winimagepe2lx.h,v 1. 2 1999-10-14 01:39:13bird Exp $ */1 /* $Id: winimagepe2lx.h,v 1.3 1999-10-17 01:52:20 bird Exp $ */ 2 2 3 3 /* … … 39 39 public: 40 40 /** @cat constructor and destructor */ 41 Win32Pe2LxImage(HINSTANCE hinstance, BOOL fWin32k) throw(ULONG);41 Win32Pe2LxImage(HINSTANCE hinstance, BOOL fWin32k); 42 42 virtual ~Win32Pe2LxImage(); 43 virtual BOOL init(); 43 44 44 45 private:
Note:
See TracChangeset
for help on using the changeset viewer.