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

  1. /***
  2. *dprintf.c - print formatted to debug port
  3. *
  4. * Copyright (c) 1985-1991, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * defines w4dprintf() - print formatted data to debug port
  8. * defines w4vdprintf() - print formatted output to debug port, get data
  9. * from an argument ptr instead of explicit args.
  10. *******************************************************************************/
  11. #if DBG == 1
  12. #include "dprintf.h" // function prototypes
  13. #define _W4DPRINTF_
  14. #include "printf.h"
  15. LPVOID lpThkCallOutputFunctionsProc = NULL;
  16. #endif // DBG == 1