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.

38 lines
614 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. jbenton 01/15/2002 Revised for use with VSS WMI provider
  13. --*/
  14. #ifndef __VSS_INC_HXX__
  15. #define __VSS_INC_HXX__
  16. #if _MSC_VER > 1000
  17. #pragma once
  18. #endif
  19. #include "vs_trace.hxx"
  20. #include "vs_debug.hxx"
  21. #include "vs_types.hxx"
  22. #include "vs_str.hxx"
  23. #include "vs_list.hxx"
  24. #endif // __VSS_INC_HXX__