32 lines
522 B
C
32 lines
522 B
C
/*++
|
|
|
|
Copyright (C) 1999-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Abstract:
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#define WIN32_NO_STATUS
|
|
#pragma warning (disable : 4786)
|
|
#include <ole2.h>
|
|
#include <windows.h>
|
|
#define COREPOL_HEADERFILE_IS_INCLUDED
|
|
|
|
#define COREPROX_POLARITY __declspec( dllimport )
|
|
|
|
#define COREPOL_HEADERFILE_IS_INCLUDED
|
|
#define POLARITY_HEADERFILE_IS_INCLUDED
|
|
#define POLARITY __declspec( dllimport )
|
|
|
|
#include <wbemidl.h>
|
|
#include <wbemutil.h>
|
|
#include <wbemint.h>
|
|
|