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.

46 lines
764 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. sspilib.hxx
  6. Abstract:
  7. sspilib header file
  8. Author:
  9. Larry Zhu (Lzhu) December 1, 2001
  10. Revision History:
  11. --*/
  12. #ifndef SSPI_LIB_HXX
  13. #define SSPI_LIB_HXX
  14. #include <tchar.h>
  15. #include <clsmacro.hxx>
  16. #include <macros.hxx>
  17. #include "ntstatus.hxx"
  18. #include "hresult.hxx"
  19. #include "output.hxx"
  20. #include "sspioutput.hxx"
  21. #include "lsasspi.hxx"
  22. #include "common.hxx"
  23. #include "utils.hxx"
  24. #include "impersonation.hxx"
  25. #include "priv.hxx"
  26. #include "logon.hxx"
  27. #include "sspiutils.hxx"
  28. #include "msvsharelevel.hxx"
  29. #ifdef KRB5_AND_PAC
  30. #include "kerberr.hxx"
  31. #include "krbutils.hxx"
  32. #endif // KRB5_AND_PAC
  33. #endif // SSPI_LIB_HXX