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.
24 lines
342 B
24 lines
342 B
/*++
|
|
|
|
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>
|
|
#include <strsafe.h>
|