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.

23 lines
341 B

  1. //
  2. // MODULE : DEBUG.H
  3. // PURPOSE : Debugging functions
  4. // AUTHOR : JBS Yadawa
  5. // CREATED : 7/20/96
  6. //
  7. //
  8. // Copyright (C) 1996 SGS-THOMSON Microelectronics
  9. //
  10. //
  11. // REVISION HISTORY :
  12. //
  13. // DATE :
  14. //
  15. // COMMENTS :
  16. //
  17. #ifndef __DEBUG_H__
  18. #define __DEBUG_H__
  19. #include "stdefs.h"
  20. #define DPF(x) DebugPrint(x)
  21. // #define DPF(x)
  22. #endif