Leaked source code of windows server 2003
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

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. lsalibp.hxx
  6. Abstract:
  7. Lsa Library private include file.
  8. Author:
  9. Larry Zhu (Lzhu) May 1, 2001
  10. Revision History:
  11. --*/
  12. #ifndef _LSALIBP_HXX_
  13. #define _LSALIBP_HXX_
  14. #include "lsans.hxx"
  15. #include "lsamacro.hxx"
  16. #include "lsacstr.hxx"
  17. #include "lsagbl.hxx"
  18. #include "lsautil.hxx"
  19. using namespace LSA_NS;
  20. #include "lsalpc.hxx"
  21. #include "lsasid.hxx"
  22. #include "lsasa.hxx"
  23. #include "lsasecbfr.hxx"
  24. #include "lsasecbfrd.hxx"
  25. #include "lsastring.hxx"
  26. #include "lsasht.hxx"
  27. #include "lsalht.hxx"
  28. #endif