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.

53 lines
834 B

  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 <stdio.h>
  16. #include <stdlib.h>
  17. #include <string.h>
  18. extern "C"
  19. {
  20. }
  21. #define SECURITY_WIN32
  22. #define SECURITY_PACKAGE
  23. #include <ntlsa.h>
  24. #include <ntsam.h>
  25. #ifndef WIN32_LEAN_AND_MEAN
  26. #define WIN32_LEAN_AND_MEAN
  27. #endif // WIN32_LEAN_AND_MEAN
  28. #include <windows.h>
  29. #ifndef RPC_NO_WINDOWS_H
  30. #define RPC_NO_WINDOWS_H
  31. #endif // RPC_NO_WINDOWS_H
  32. #include <rpc.h>
  33. #include <wincred.h>
  34. #include <security.h>
  35. #include <secint.h>
  36. #include <cryptdll.h>
  37. #include <kerberos.h>
  38. #include <remote.hxx>
  39. #include <sspilib.hxx>