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.

51 lines
844 B

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. PRECOMP.H
  5. Abstract:
  6. include file for standard system include files,
  7. or project specific include files that are used frequently, but
  8. are changed infrequently
  9. History:
  10. a--davj 04-Mar-97 Created.
  11. --*/
  12. #pragma warning (disable : 4786)
  13. #pragma warning( disable : 4251 )
  14. #include <ole2.h>
  15. #include <windows.h>
  16. #include <comdef.h>
  17. #include <strsafe.h>
  18. #include <helper.h>
  19. #include <autoptr.h>
  20. #define COREPROX_POLARITY __declspec( dllimport )
  21. #define ESSLIB_POLARITY __declspec( dllimport )
  22. #include <wbemidl.h>
  23. #include <stdio.h>
  24. #include <wbemcomn.h>
  25. #include "tstring.h"
  26. class CObject
  27. {
  28. public:
  29. virtual ~CObject(){}
  30. };
  31. #include "stdprov.h"
  32. #undef PURE
  33. #define PURE {return (unsigned long)E_NOTIMPL;}