24 lines
297 B
C
24 lines
297 B
C
|
/*++
|
||
|
|
||
|
Copyright (C) 1996-2001 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#undef _CRTIMP
|
||
|
#define _CRTIMP
|
||
|
#include <yvals.h>
|
||
|
#undef _CRTIMP
|
||
|
#define _CRTIMP __declspec(dllimport)
|
||
|
|
||
|
#include <ole2.h>
|
||
|
#include <windows.h>
|
||
|
#include <wincrypt.h>
|
||
|
#include <transact.h>
|
||
|
#include <mq.h>
|