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

/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
vfdebug.c
Abstract:
This module contains the neccessary code for controlling driver verifier
debug output.
Author:
Adrian J. Oney (AdriaO) May 5, 2000.
Revision History:
--*/
#include "vfdef.h"
//
// Today, all we need is this simple pre-inited ULONG.
//
#if DBG
ULONG VfSpewLevel = 0;
#endif