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.
68 lines
958 B
68 lines
958 B
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pch.cpp
|
|
|
|
Abstract:
|
|
|
|
pch header files
|
|
|
|
|
|
Author:
|
|
|
|
petesk 2/2/2000
|
|
|
|
Revision History:
|
|
|
|
|
|
|
|
--*/
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <lm.h>
|
|
|
|
#include <shlobj.h>
|
|
|
|
|
|
// crypto headers
|
|
#include <sha.h>
|
|
#include <rc4.h>
|
|
#include <des.h>
|
|
#include <tripldes.h>
|
|
#include <modes.h>
|
|
#include <crypt.h>
|
|
#include <wincrypt.h>
|
|
|
|
|
|
#include "pstypes.h"
|
|
#include "dpapiprv.h" // for registry entries
|
|
#include "pstprv.h" // for registry entries
|
|
#include "pmacros.h"
|
|
#include "pstdef.h"
|
|
|
|
#include "unicode.h"
|
|
#include "unicode5.h"
|
|
#include "guidcnvt.h"
|
|
#include "secmisc.h"
|
|
#include "debug.h"
|
|
#include "primitiv.h"
|
|
|
|
#include "lnklist.h"
|
|
#include "misc.h"
|
|
#include "prov.h"
|
|
#include "secure.h"
|
|
#include "resource.h"
|
|
#include "dispif.h"
|
|
|
|
#pragma hdrstop
|
|
|
|
|
|
//#include "keyrpc.h"
|
|
|
|
|
|
|