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.

25 lines
543 B

  1. //***************************************************************************
  2. //
  3. // (c) 1998 by Microsoft Corporation
  4. //
  5. // precomp.h
  6. //
  7. // alanbos 04-Mar-98 Created.
  8. //
  9. // Master include file.
  10. //
  11. //***************************************************************************
  12. #pragma warning(disable:4786)
  13. #include <stdio.h>
  14. #include <tchar.h>
  15. #include <ctype.h>
  16. #include <objbase.h>
  17. #include <objsafe.h>
  18. #include <ocidl.h>
  19. #include <memory.h>
  20. #include <activscp.h>
  21. #include "classfac.h"
  22. #include "wmihost.h"