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

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