23 lines
399 B
C
23 lines
399 B
C
/*++
|
|
|
|
Copyright (C) 1999-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
Abstract:
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#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 )
|