Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

15 lines
382 B

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