29 lines
618 B
C
29 lines
618 B
C
|
//+-----------------------------------------------------------------------
|
||
|
//
|
||
|
// 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>
|