blob: e54ec494bde6f06f96c1365aa9ff6caeb7d17ad1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//========= 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;
|