UtilLib.h
上传用户:dzyhzl
上传日期:2019-04-29
资源大小:56270k
文件大小:1k
源码类别:

模拟服务器

开发平台:

C/C++

  1. //***************************************************************************
  2. //
  3. // Copyright (c) 1997-2001 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