Windows2003-3790/sdktools/mep/browser/bscdump/bscdump.h
2020-09-30 16:53:55 +02:00

16 lines
397 B
C

/*** 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];