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.

50 lines
1.1 KiB

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. precompiled header file
  8. Author:
  9. Larry Zhu (Lzhu) May 1, 2001
  10. Revision History:
  11. --*/
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #include <ntseapi.h>
  16. #include <ntlsa.h>
  17. #include <windows.h>
  18. #include <winsvc.h> // Needed for service controller APIs
  19. #include <lmcons.h>
  20. #include <lmerr.h>
  21. #include <lmaccess.h>
  22. #include <lmsname.h>
  23. #include <rpc.h>
  24. #include <stdio.h> // printf
  25. #include <stdlib.h>
  26. #include <string.h>
  27. #include <stdarg.h> // myprint
  28. #define SECURITY_KERBEROS
  29. #define SECURITY_PACKAGE
  30. #define SECURITY_WIN32
  31. #include <security.h> // General definition of a Security Support Provider
  32. #include <secint.h> //includes <kerberos.h>
  33. #include <kerbcomm.h> //\private\security\kerberos\inc\kerbcomm.h
  34. #include <wincrypt.h>
  35. #include <negossp.h>
  36. #include <krb5.h> //\private\security\kerberos\krb5.h
  37. //#include <kerbdefs.h> //\private\security\kerberos\client2\kerbdefs.
  38. #include <kerberos.h>
  39. #include <sspilib.hxx>