Changeset 4052 for branches/GRACE/src/win32k/include/pe2lx.h
- Timestamp:
 - Aug 20, 2000, 10:08:50 AM (25 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/GRACE/src/win32k/include/pe2lx.h (modified) (3 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/GRACE/src/win32k/include/pe2lx.h
r3834 r4052 1 /* $Id: pe2lx.h,v 1.9.4. 1 2000-07-16 22:43:32bird Exp $1 /* $Id: pe2lx.h,v 1.9.4.2 2000-08-20 08:08:45 bird Exp $ 2 2 * 3 3 * Pe2Lx class declarations. Ring 0 and Ring 3 … … 75 75 BOOL isExe(); 76 76 BOOL isDll(); 77 static HMTE getKernel32SFN() { return sfnKernel32; } 78 static VOID setKernel32SFN(SFN sfn) { sfnKernel32 = sfn; } 77 79 78 80 /** @cat public Helper methods */ … … 203 205 204 206 static const char * pszOdin32Path; /* Odin32 base path. */ 207 static SFN sfnKernel32; /* Odin32 Kernel32 filehandle. */ 205 208 }; 206 209  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  