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.

34 lines
787 B

  1. /*----------------------------------------------------------------------------
  2. common.h
  3. Header file for common global variable declarations
  4. Copyright (c) 1998 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. byao Baogang Yao
  8. History:
  9. ??/??/97 byao Created
  10. 09/02/99 quintinb Created Header
  11. --------------------------------------------------------------------------*/
  12. #ifndef _COMMON_INCL_
  13. #define _COMMON_INCL_
  14. // comment the following line if not debug
  15. //#ifdef DEBUG
  16. //#define _LOG_DEBUG_MESSAGE
  17. //#endif
  18. #include "ntevents.h"
  19. #include "pbsvrmsg.h"
  20. #include "rasclient_strsafe.h"
  21. extern CNTEvent * g_pEventLog;
  22. extern CRITICAL_SECTION g_CriticalSection;
  23. #endif