Changeset 9955
- Timestamp:
- Mar 31, 2003, 3:23:14 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/win32k/include/pe2lx.h ¶
r6853 r9955 1 /* $Id: pe2lx.h,v 1.1 4 2001-09-28 07:43:38 sandervlExp $1 /* $Id: pe2lx.h,v 1.15 2003-03-31 01:23:14 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 139 139 static BOOL initOdin32Path(); 140 140 static BOOL setOdin32Path(const char *psz); 141 #ifndef RING0 142 static BOOL isCustomDllExcluded(const char *pszModuleName); 143 #endif 141 144 142 145 /** @cat static dump methods */ 143 146 static VOID dumpNtHeaders(PIMAGE_NT_HEADERS pNtHdrs); 144 147 static VOID dumpSectionHeader(PIMAGE_SECTION_HEADER pSection); 148 145 149 146 150 private:
Note:
See TracChangeset
for help on using the changeset viewer.