43 lines
715 B
C
43 lines
715 B
C
|
//+---------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
// Copyright (C) Microsoft Corporation, 1992 - 1997.
|
||
|
//
|
||
|
// File: samlock.h
|
||
|
//
|
||
|
// Contents:
|
||
|
//
|
||
|
// Classes:
|
||
|
//
|
||
|
// Functions:
|
||
|
//
|
||
|
// History: 4-19-97 RichardW Created
|
||
|
//
|
||
|
//----------------------------------------------------------------------------
|
||
|
|
||
|
#ifndef __SAMLOCK_H__
|
||
|
#define __SAMLOCK_H__
|
||
|
|
||
|
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <ntsam.h>
|
||
|
#include <ntsamp.h>
|
||
|
#include <ntlsa.h>
|
||
|
#include <caiseapi.h>
|
||
|
|
||
|
#include <windows.h>
|
||
|
#include <md5.h>
|
||
|
|
||
|
#include <wxlpc.h>
|
||
|
|
||
|
#include "dialogs.h"
|
||
|
#include "miscid.h"
|
||
|
#include "strings.h"
|
||
|
#include "rng.h"
|
||
|
|
||
|
|
||
|
|
||
|
#endif //__SAMLOCK_H__
|