home *** CD-ROM | disk | FTP | other *** search
/ PC Format (South-Africa) 2001 May / PCFMay2001.iso / Xenon / C++ / FreeCommandLineTools.exe / Include / utillib.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-01-31  |  727 b   |  33 lines

  1. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  2. //***************************************************************************
  3. //
  4. //  Copyright (c) 1997-1999 Microsoft Corporation
  5. //
  6. //  utillib.h
  7. //
  8. //  Purpose: gather up utillib headers into one catch-all
  9. //
  10. //***************************************************************************
  11.  
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif
  15.  
  16. #ifndef UTILLIB_HEADERFILE_IS_INCLUDED
  17. #define UTILLIB_HEADERFILE_IS_INCLUDED
  18.  
  19. #include <ProvExce.h>
  20.  
  21. #include <GenLex.h>
  22. #include <ObjPath.h>
  23. #include <OPathLex.h>
  24.  
  25. #include <CHString.h>
  26. #include <CHStrArr.h>
  27. #include <CHPtrArr.h>
  28. #include <Polarity.h>
  29. #include <WbemTime.h>
  30.  
  31. #endif
  32. #pragma option pop /*P_O_Pop*/
  33.