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
602 B
42 lines
602 B
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
setpch.h
|
|
|
|
Abstract:
|
|
|
|
DsSetup and configuration - precompiled includes for C Server Side
|
|
|
|
Author:
|
|
|
|
Mac McLain (MacM) Feb 10, 1997
|
|
|
|
Environment:
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef __SETPCH_H__
|
|
#define __SETPCH_H__
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <dssetrpc.h>
|
|
#include <dsrole.h>
|
|
#include <lsapmsgs.h>
|
|
#include <lsacomp.h>
|
|
#include <ntdsetup.h>
|
|
#include <log.h>
|
|
#include <secure.h>
|
|
#include <ophandle.h>
|
|
#include <lsa.h>
|
|
#include <ds.h>
|
|
|
|
#endif // __SETPCH_H__
|
|
|