Changeset 6211 for trunk/src/kernel32/winexepe2lx.h
- Timestamp:
- Jul 8, 2001, 4:49:47 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/winexepe2lx.h
r4304 r6211 1 /* $Id: winexepe2lx.h,v 1. 3 2000-09-22 04:35:08bird Exp $ */1 /* $Id: winexepe2lx.h,v 1.4 2001-07-08 02:49:47 bird Exp $ */ 2 2 3 3 /* … … 29 29 Win32Pe2LxExe(HINSTANCE hinstance, BOOL fWin32k); 30 30 virtual ~Win32Pe2LxExe(); 31 BOOL init(); 31 BOOL init(); 32 static BOOL earlyInit(); 33 34 public: 35 static BOOL fEarlyInit; 32 36 }; 33 37
Note:
See TracChangeset
for help on using the changeset viewer.