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.

30 lines
915 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1997-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Debug.cpp
  7. //
  8. // Description:
  9. // Debugging utilities.
  10. //
  11. // Documentation:
  12. // Spec\Admin\Debugging.ppt
  13. //
  14. // Maintained By:
  15. // Geoffrey Pease (GPease) 22-NOV-1999
  16. // Original version.
  17. //
  18. // Vij Vasu (VVasu) 29-AUG-2000
  19. // Modified this file to remove dependency on Shell API since they
  20. // may not be present on the OS that this DLL runs in.
  21. // Removed WMI related functions for the same reason.
  22. //
  23. // David Potter (DavidP) 12-OCT-2000
  24. // Reverted back to use the standard DebugSrc.cpp and modified
  25. // it to support NT4.
  26. //
  27. //////////////////////////////////////////////////////////////////////////////
  28. #include "pch.h"
  29. #include <DebugSrc.cpp>