mirror of https://github.com/tongzx/nt5src
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.
42 lines
523 B
42 lines
523 B
/*++
|
|
|
|
Copyright (c) 1994-1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
seccom.h
|
|
|
|
Abstract:
|
|
|
|
Common include file for tshare security security module.
|
|
|
|
Author:
|
|
|
|
Madan Appiah (madana) 24-Jan-1998
|
|
|
|
Environment:
|
|
|
|
User Mode - Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _SECCOM_H_
|
|
#define _SECCOM_H_
|
|
|
|
#include <windows.h>
|
|
#include <tchar.h>
|
|
|
|
#include <license.h>
|
|
#include <tssec.h>
|
|
#include <hydrakey.h>
|
|
|
|
#include <sha.h>
|
|
#include <md5.h>
|
|
#include <rsa.h>
|
|
|
|
#include <secdbg.h>
|
|
#include <global.h>
|
|
|
|
#endif // _SECCOM_H_
|