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.

37 lines
460 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. dbggbl.cxx
  6. Abstract:
  7. Debug Library Globals
  8. Author:
  9. Steve Kiraly (SteveKi) 24-May-1998
  10. Revision History:
  11. --*/
  12. #include "precomp.hxx"
  13. #pragma hdrstop
  14. DEBUG_NS_BEGIN
  15. TDebugCriticalSection GlobalCriticalSection;
  16. TDebugHeap GlobalInternalDebugHeap;
  17. TDebugLibarayGlobals Globals = {2, 0, 0, 0, 0, 0, kDbgCompileType};
  18. DEBUG_NS_END