You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
500 B
16 lines
500 B
//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============// |
|
// |
|
// Purpose: |
|
// |
|
// $NoKeywords: $ |
|
// |
|
//=============================================================================// |
|
// EXTRNVAR.H holds the "extern" definitions for global variables used |
|
// through the program. |
|
|
|
extern BOOL fShowRelocations; |
|
extern BOOL fShowRawSectionData; |
|
extern BOOL fShowSymbolTable; |
|
extern BOOL fShowLineNumbers; |
|
extern PIMAGE_SYMBOL PCOFFSymbolTable; |
|
extern DWORD COFFSymbolCount;
|
|
|