Source code of Windows XP (NT5)
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.

37 lines
492 B

  1. /*++
  2. Copyright (C) 1996-2001 Microsoft Corporation
  3. Module Name:
  4. WBEMCOMN.H
  5. Abstract:
  6. History:
  7. --*/
  8. #ifndef __WBEMCOMN__H_
  9. #define __WBEMCOMN__H_
  10. #define _new new
  11. #include<corepol.h>
  12. #include<wbemidl.h>
  13. #include<md5wbem.h>
  14. #include<unk.h>
  15. #include<clsfac.h>
  16. #include<var.h>
  17. #include<parmdefs.h>
  18. #include<arena.h>
  19. #include<arrtempl.h>
  20. #include<flexarry.h>
  21. #include<flexq.h>
  22. #include<perfhelp.h>
  23. #include<reg.h>
  24. #include<safearry.h>
  25. #include<wstring.h>
  26. #include<wbemutil.h>
  27. #endif