17 lines
190 B
C
17 lines
190 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1996-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
|
||
|
#pragma warning (disable : 4786)
|
||
|
#include <windows.h>
|
||
|
|
||
|
#define POLARITY __declspec( dllimport )
|