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.
40 lines
634 B
40 lines
634 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
lsalibp.hxx
|
|
|
|
Abstract:
|
|
|
|
Lsa Library private include file.
|
|
|
|
Author:
|
|
|
|
Larry Zhu (Lzhu) May 1, 2001
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#ifndef _LSALIBP_HXX_
|
|
#define _LSALIBP_HXX_
|
|
|
|
#include "lsans.hxx"
|
|
#include "lsamacro.hxx"
|
|
#include "lsacstr.hxx"
|
|
#include "lsagbl.hxx"
|
|
#include "lsautil.hxx"
|
|
|
|
using namespace LSA_NS;
|
|
#include "lsalpc.hxx"
|
|
#include "lsasid.hxx"
|
|
#include "lsasa.hxx"
|
|
#include "lsasecbfr.hxx"
|
|
#include "lsasecbfrd.hxx"
|
|
#include "lsastring.hxx"
|
|
#include "lsasht.hxx"
|
|
#include "lsalht.hxx"
|
|
|
|
#endif
|