mirror of https://github.com/lianthony/NT4.0
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.
37 lines
710 B
37 lines
710 B
//+-----------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1992 - 1994
|
|
//
|
|
// File: drvpch.hxx
|
|
//
|
|
// Contents: precompiled header include for ksecdd.sys
|
|
//
|
|
//
|
|
// History: 3-17-94 MikeSw Created
|
|
//
|
|
//------------------------------------------------------------------------
|
|
|
|
#ifndef __DRVPCH_H__
|
|
#define __DRVPCH_H__
|
|
|
|
|
|
#include <stdio.h>
|
|
#include <ntos.h>
|
|
#include <ntlsa.h>
|
|
#define SECURITY_NTLM
|
|
#include <security.h>
|
|
#include <ntmsv1_0.h>
|
|
#include <zwapi.h>
|
|
#include <lmcons.h>
|
|
#include <crypt.h>
|
|
#include "connmgr.h"
|
|
#include "ksecdd.h"
|
|
#include "package.h"
|
|
#include "memmgr.h"
|
|
|
|
|
|
|
|
|
|
#endif // __DRVPCH_H__
|