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.

44 lines
1.1 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) 1999-2000 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // Pch.h
  7. //
  8. // Description:
  9. // Precompiled header file.
  10. //
  11. // Maintained By:
  12. // David Potter (DavidP) 05-APR-2000
  13. //
  14. //////////////////////////////////////////////////////////////////////////////
  15. //////////////////////////////////////////////////////////////////////////////
  16. // Constant Definitions
  17. //////////////////////////////////////////////////////////////////////////////
  18. #if DBG==1 || defined( _DEBUG )
  19. #define DEBUG
  20. #endif // DBG==1 || _DEBUG
  21. //////////////////////////////////////////////////////////////////////////////
  22. // Include Files
  23. //////////////////////////////////////////////////////////////////////////////
  24. #pragma warning( disable : 4786 )
  25. #include <wbemprov.h>
  26. #include <objbase.h>
  27. #include <map>
  28. #include <comdef.h>
  29. #include "vs_assert.hxx"
  30. #include <atlbase.h>
  31. #include "NtRkComm.h"
  32. #include "ObjectPath.h"
  33. #include "vs_inc.hxx"
  34. #include "vs_vol.hxx"
  35. #include "Common.h"
  36. #include "schema.h"
  37. #include "strsafe.h"