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

  1. /*** bscdump.h
  2. *
  3. * Copyright <C> 1988, Microsoft Corporation
  4. *
  5. * Revision History:
  6. *
  7. * 28-Jul-1989 dw Removed extraneous defs of TRUE, FALSE
  8. * 05-Jul-1989 mt Added the option to list redundant symbols
  9. *
  10. *************************************************************************/
  11. #define BUFLEN 251
  12. #define EXTERNAL near
  13. typedef char flagType;
  14. typedef char buffer[BUFLEN];