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.
28 lines
618 B
28 lines
618 B
//+-----------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (c) Microsoft Corporation 1992 - 1993
|
|
//
|
|
// File: pacimp.h
|
|
//
|
|
// Contents: imports for pac.idl
|
|
//
|
|
//
|
|
// History: 4-Aug-1993 MikeSw Created
|
|
//
|
|
//------------------------------------------------------------------------
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <lsass.h>
|
|
#include <windef.h>
|
|
#include <winbase.h>
|
|
#include <crypt.h>
|
|
#include <lmcons.h>
|
|
#include <ntmsv1_0.h>
|
|
#include <logonmsv.h>
|
|
#define SECURITY_PACKAGE
|
|
#include <security.h>
|
|
#include <secint.h>
|