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.

31 lines
412 B

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. vfdebug.c
  5. Abstract:
  6. This module contains the neccessary code for controlling driver verifier
  7. debug output.
  8. Author:
  9. Adrian J. Oney (AdriaO) May 5, 2000.
  10. Revision History:
  11. --*/
  12. #include "vfdef.h"
  13. //
  14. // Today, all we need is this simple pre-inited ULONG.
  15. //
  16. #if DBG
  17. ULONG VfSpewLevel = 0;
  18. #endif