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.
|
|
/*----------------------------------------------------------------------------
common.h
Header file for common global variable declarations Copyright (c) 1998 Microsoft Corporation All rights reserved.
Authors: byao Baogang Yao
History: ??/??/97 byao Created 09/02/99 quintinb Created Header --------------------------------------------------------------------------*/ #ifndef _COMMON_INCL_
#define _COMMON_INCL_
// comment the following line if not debug
//#ifdef DEBUG
//#define _LOG_DEBUG_MESSAGE
//#endif
#include "ntevents.h"
#include "pbsvrmsg.h"
#include "rasclient_strsafe.h"
extern CNTEvent * g_pEventLog;
extern CRITICAL_SECTION g_CriticalSection;
#endif
|