Changeset 57358 in vbox for trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/nt/ntBldSymDb.cpp
r57122 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <Windows.h> 32 32 #include <Dbghelp.h> … … 48 48 49 49 50 /******************************************************************************* 51 * Structures and Typedefs *52 ******************************************************************************* /50 /********************************************************************************************************************************* 51 * Structures and Typedefs * 52 *********************************************************************************************************************************/ 53 53 /** A structure member we're interested in. */ 54 54 typedef struct MYMEMBER … … 109 109 110 110 111 /******************************************************************************* 112 * Global Variables *113 ******************************************************************************* /111 /********************************************************************************************************************************* 112 * Global Variables * 113 *********************************************************************************************************************************/ 114 114 /** Verbosity level (-v, --verbose). */ 115 115 static uint32_t g_iOptVerbose = 1;
Note:
See TracChangeset
for help on using the changeset viewer.