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.

47 lines
729 B

  1. /*++
  2. Copyright (c) 1999 Microsoft Corporation
  3. Module Name:
  4. vs_inc.hxx
  5. Abstract:
  6. Various defines for general usage
  7. Author:
  8. Adi Oltean [aoltean] 11/23/1999
  9. Revision History:
  10. Name Date Comments
  11. aoltean 11/23/1999 Created
  12. --*/
  13. #ifndef __VSS_INC_HXX__
  14. #define __VSS_INC_HXX__
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif
  18. #include "vs_seh.hxx"
  19. #include "vs_trace.hxx"
  20. #include "vs_time.hxx"
  21. #include "vs_debug.hxx"
  22. #include "vs_types.hxx"
  23. #include "vs_str.hxx"
  24. #include "vs_vol.hxx"
  25. #include "vs_hash.hxx"
  26. #include "vs_list.hxx"
  27. #include "msxml2.h" // #182584 - changed from msxml.h
  28. #include "vs_xml.hxx"
  29. #endif // __VSS_INC_HXX__