Leaked source code of windows server 2003
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.

24 lines
515 B

  1. /******************************************************************************
  2. D E B U G O U T P U T H E A D E R
  3. Name: debugout.h
  4. Date: 1/20/94
  5. Creator: John Fu
  6. Description:
  7. This is the header file for debugout.h
  8. ******************************************************************************/
  9. extern INT DebugLevel;
  10. extern BOOL DebugFile;
  11. VOID PERROR (LPTSTR format, ...);
  12. VOID PINFO (LPTSTR format, ...);