Changeset 4068 for branches/GRACE/src/win32k/pe2lx/pe2lx.cpp
- Timestamp:
- Aug 22, 2000, 5:00:22 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/pe2lx/pe2lx.cpp
r4065 r4068 1 /* $Id: pe2lx.cpp,v 1.18.4. 5 2000-08-21 22:59:40bird Exp $1 /* $Id: pe2lx.cpp,v 1.18.4.6 2000-08-22 03:00:22 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 170 170 {NULL, NULL} /* end-of-list entry */ 171 171 }; 172 173 LONG Pe2Lx::cLoadedModules; /* Count of existing objects. Updated by constructor and destructor. */ 174 const char * Pe2Lx::pszOdin32Path; /* Odin32 base path (include a slash). */ 175 SFN Pe2Lx::sfnKernel32; /* Odin32 Kernel32 filehandle. */ 172 176 173 177 … … 4692 4696 BOOL Pe2Lx::initOdin32Path() 4693 4697 { 4698 #if 0 4694 4699 APIRET rc; 4695 4700 PMTE pMTE; … … 4754 4759 4755 4760 return rc == NO_ERROR; 4761 #else 4762 return FALSE; 4763 #endif 4756 4764 } 4757 4765
Note:
See TracChangeset
for help on using the changeset viewer.