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.

33 lines
722 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. extern CNTEvent * g_pEventLog;
  21. extern CRITICAL_SECTION g_CriticalSection;
  22. #endif