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.
49 lines
1.0 KiB
49 lines
1.0 KiB
//+-------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1993 - 1995.
|
|
//
|
|
// File: aclpch.hxx
|
|
//
|
|
// Contents: common internal includes for access control API
|
|
//
|
|
// History: 1-95 Created DaveMont
|
|
//
|
|
//--------------------------------------------------------------------
|
|
#ifndef __ACLPCHHXX__
|
|
#define __ACLPCHHXX__
|
|
|
|
extern "C"
|
|
{
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <ntsam.h>
|
|
#include <windows.h>
|
|
#include <winspool.h>
|
|
#include <ntlsa.h>
|
|
#include <winnetwk.h>
|
|
#include <lmcons.h>
|
|
#include <crypt.h>
|
|
//#include <samrpc.h>
|
|
//#include <samisrv.h>
|
|
#include <lmapibuf.h>
|
|
#include <logonmsv.h>
|
|
//#include <nlrepl.h>
|
|
#include <stdlib.h>
|
|
#include <lmshare.h>
|
|
#include <objbase.h>
|
|
}
|
|
|
|
#include <accctrl.h>
|
|
#include <aclapi.h>
|
|
#include <provapi.h>
|
|
#include <accdbg.hxx>
|
|
#include <aclbuild.hxx>
|
|
#include <access.hxx>
|
|
#include <provutil.hxx>
|
|
#include <accacc.hxx>
|
|
#include <iterator.hxx>
|
|
#include <member.hxx>
|
|
|
|
#endif // __ACLPCHHXX__
|