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.
27 lines
332 B
27 lines
332 B
/*++
|
|
|
|
Copyright (c) 2001 Microsoft Corporation
|
|
All rights reserved.
|
|
|
|
Module Name:
|
|
|
|
lsans.hxx
|
|
|
|
Abstract:
|
|
|
|
Lsa Library namspace header
|
|
|
|
Author:
|
|
|
|
Larry Zhu (Lzhu) May 1, 2001
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
#ifndef _LSAGNS_HXX_
|
|
#define _LSABGNS_HXX_
|
|
|
|
#define LSA_NS NLsa
|
|
|
|
#endif // _LSANS_HXX_
|
|
|