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.
 
 
 
 
 
 

21 lines
569 B

/***
*dprintf.c - print formatted to debug port
*
* Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines w4dprintf() - print formatted data to debug port
* defines w4vdprintf() - print formatted output to debug port, get data
* from an argument ptr instead of explicit args.
*******************************************************************************/
#if DBG == 1
#include "dprintf.h" // function prototypes
#define _W4DPRINTF_
#include "printf.h"
LPVOID lpThkCallOutputFunctionsProc = NULL;
#endif // DBG == 1