- Timestamp:
- Oct 29, 1999, 7:02:34 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/ldr/ldr.cpp
r1467 r1512 1 /* $Id: ldr.cpp,v 1. 3 1999-10-27 02:02:58bird Exp $1 /* $Id: ldr.cpp,v 1.4 1999-10-29 17:02:34 bird Exp $ 2 2 * 3 3 * ldr.cpp - Loader helpers. … … 32 32 #include "avl.h" 33 33 #include "ldr.h" 34 34 #include "options.h" 35 35 36 36 … … 248 248 pMTERoot = NULL; 249 249 250 /* set pe2lx according to quite/verbose */ 251 if (options.fQuiet) 252 Pe2Lx::ulInfoLevel = Pe2Lx::Quiet; 253 else 254 Pe2Lx::ulInfoLevel = Pe2Lx::Info; 255 250 256 return rc; 251 257 }
Note:
See TracChangeset
for help on using the changeset viewer.