Changeset 4068 for branches/GRACE/src/win32k/include/pe2lx.h
- Timestamp:
- Aug 22, 2000, 5:00:22 AM (25 years ago)
- File:
-
- 1 edited
-
branches/GRACE/src/win32k/include/pe2lx.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/GRACE/src/win32k/include/pe2lx.h
r4065 r4068 1 /* $Id: pe2lx.h,v 1.9.4. 3 2000-08-21 22:59:38bird Exp $1 /* $Id: pe2lx.h,v 1.9.4.4 2000-08-22 03:00:19 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 75 75 BOOL isExe(); 76 76 BOOL isDll(); 77 static HMTEgetKernel32SFN() { return sfnKernel32; }77 static SFN getKernel32SFN() { return sfnKernel32; } 78 78 static VOID setKernel32SFN(SFN sfn) { sfnKernel32 = sfn; } 79 79 static VOID invalidateOdin32Path();
Note:
See TracChangeset
for help on using the changeset viewer.
