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.

51 lines
716 B

  1. /*++
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. dbglib.hxx
  6. Abstract:
  7. Debug Library
  8. Author:
  9. Steve Kiraly (SteveKi) 7-Apr-1996
  10. Revision History:
  11. --*/
  12. #ifndef _DBGLIB_HXX_
  13. #define _DBGLIB_HXX_
  14. #include <windows.h>
  15. #include <tchar.h>
  16. #include <stdio.h>
  17. #include <stdarg.h>
  18. #include <malloc.h>
  19. #ifdef __cplusplus
  20. #include "dbgns.hxx"
  21. #include "dbginit.hxx"
  22. #include "dbgmsg.hxx"
  23. #include "dbgspl.hxx"
  24. #include "dbgtrace.hxx"
  25. #include "dbgstate.hxx"
  26. #include "dbgcap.hxx"
  27. #include "dbgnew.hxx"
  28. #else
  29. #include "dbginit.hxx"
  30. #include "dbgmsg.hxx"
  31. #include "dbgspl.hxx"
  32. #include "dbgcap.hxx"
  33. #include "dbgnew.hxx"
  34. #endif // __cplusplus
  35. #endif // _DBGLIB_HXX_