windows-nt/Source/XPSP1/NT/ds/security/tools/syskey/samlock.h

43 lines
715 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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__