windows-nt/Source/XPSP1/NT/ds/security/services/ca/include/certimp.h
2020-09-26 16:20:57 +08:00

41 lines
747 B
C

/*++
Copyright (C) Microsoft Corporation, 1991 - 1999
Module Name:
certimp.h
Abstract:
This file allows us to include standard system header files in the
.idl file. The main .idl file imports a file called import.idl.
This allows the .idl file to use the types defined in these header
files. It also causes the following line to be added in the
MIDL generated header file:
#include "certimp.h"
Thus these types are available to the RPC stub routines as well.
Author:
Dan Lafferty (danl) 07-May-1991
Revision History:
--*/
#include <windef.h>
#include <winbase.h>
#include <lmcons.h>
#define _INC_WINDOWS
#include <winsock.h>
#include <certbcli.h>
#ifdef MIDL_PASS
#define BOOL DWORD
#endif