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.

29 lines
657 B

  1. //***************************************************************************
  2. //
  3. // Copyright � Microsoft Corporation. All rights reserved.
  4. //
  5. // utillib.h
  6. //
  7. // Purpose: gather up utillib headers into one catch-all
  8. //
  9. //***************************************************************************
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif
  13. #ifndef UTILLIB_HEADERFILE_IS_INCLUDED
  14. #define UTILLIB_HEADERFILE_IS_INCLUDED
  15. #include <ProvExce.h>
  16. #include <GenLex.h>
  17. #include <ObjPath.h>
  18. #include <OPathLex.h>
  19. #include <CHString.h>
  20. #include <CHStrArr.h>
  21. #include <CHPtrArr.h>
  22. #include <Polarity.h>
  23. #include <WbemTime.h>
  24. #endif