Changeset 2590
- Timestamp:
 - Feb 1, 2000, 12:10:54 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/win32k/pe2lx/pe2lx.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/win32k/pe2lx/pe2lx.cpp
r2538 r2590 1 /* $Id: pe2lx.cpp,v 1.1 6 2000-01-27 23:45:59bird Exp $1 /* $Id: pe2lx.cpp,v 1.17 2000-02-01 11:10:54 bird Exp $ 2 2 * 3 3 * Pe2Lx class implementation. Ring 0 and Ring 3 … … 2419 2419 { 2420 2420 ULONG c = (BaseReloc.SizeOfBlock - sizeof(BaseReloc.SizeOfBlock) - sizeof(BaseReloc.VirtualAddress)) / sizeof(WORD); /* note that sizeof(BaseReloc) is 12 bytes! */ 2421 PWORD pawoffFixup ;2421 PWORD pawoffFixup = NULL; 2422 2422 2423 2423 if (c != 0)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  