windows-nt/Source/XPSP1/NT/sdktools/mep/browser/bscdump/bscdump.h

16 lines
382 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*** bscdump.h
*
* Copyright <C> 1988, Microsoft Corporation
*
* Revision History:
*
* 28-Jul-1989 dw Removed extraneous defs of TRUE, FALSE
* 05-Jul-1989 mt Added the option to list redundant symbols
*
*************************************************************************/
#define BUFLEN 251
#define EXTERNAL near
typedef char flagType;
typedef char buffer[BUFLEN];