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.

44 lines
697 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. dbglibp.hxx
  6. Abstract:
  7. Debug Library private include file.
  8. Author:
  9. Steve Kiraly (SteveKi) 24-May-1998
  10. Revision History:
  11. --*/
  12. #ifndef _DBGLIBP_HXX_
  13. #define _DBGLIBP_HXX_
  14. #include "dbgns.hxx"
  15. #include "dbgmacro.hxx"
  16. #include "dbgcstr.hxx"
  17. #include "dbgalloc.hxx"
  18. #include "dbglist.hxx"
  19. #include "dbgmsg.hxx"
  20. #include "dbgdev.hxx"
  21. #include "dbgstr.hxx"
  22. #include "dbgutil.hxx"
  23. #include "dbgfac.hxx"
  24. #include "dbgcs.hxx"
  25. #include "dbgmsgp.hxx"
  26. #include "dbgtrace.hxx"
  27. #include "dbgheap.hxx"
  28. #include "dbggbl.hxx"
  29. #include "dbginit.hxx"
  30. #include "dbgloadl.hxx"
  31. using namespace DEBUG_NS;
  32. #endif