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.

31 lines
522 B

  1. /*++
  2. Copyright (C) 1999-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. #include <nt.h>
  8. #include <ntrtl.h>
  9. #include <nturtl.h>
  10. #define WIN32_NO_STATUS
  11. #pragma warning (disable : 4786)
  12. #include <ole2.h>
  13. #include <windows.h>
  14. #define COREPOL_HEADERFILE_IS_INCLUDED
  15. #define COREPROX_POLARITY __declspec( dllimport )
  16. #define COREPOL_HEADERFILE_IS_INCLUDED
  17. #define POLARITY_HEADERFILE_IS_INCLUDED
  18. #define POLARITY __declspec( dllimport )
  19. #include <wbemidl.h>
  20. #include <wbemutil.h>
  21. #include <wbemint.h>