Source code of Windows XP (NT5)
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.

69 lines
1.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: secpch2.hxx
  7. //
  8. // Contents: DS pre-compiled header file
  9. //
  10. //----------------------------------------------------------------------------
  11. //
  12. // This file shouldn't be used by kernel-mode modules
  13. //
  14. #ifndef __SECPCH2_HXX__
  15. #define __SECPCH2_HXX__
  16. //
  17. // NT Headers
  18. //
  19. extern "C"
  20. {
  21. #include <nt.h>
  22. #include <ntrtl.h>
  23. #include <nturtl.h>
  24. #include <windows.h>
  25. #include <ntmsv1_0.h>
  26. #include <lmcons.h>
  27. #include <lmwksta.h>
  28. #include <lmapibuf.h>
  29. #include <crypt.h>
  30. #include <ntsam.h>
  31. #include <ntseapi.h>
  32. //
  33. // C-Runtime Header
  34. //
  35. #include <stdlib.h>
  36. //
  37. // Cairo Headers
  38. //
  39. #ifndef SECURITY_WIN32
  40. #define SECURITY_WIN32
  41. #endif // SECURITY_WIN32
  42. #define SECURITY_KERBEROS
  43. #define SECURITY_PACKAGE
  44. #include <security.h>
  45. #include <secint.h>
  46. }
  47. #include <dsysdbg.h>
  48. #include <secmisc.h>
  49. extern "C"
  50. {
  51. #include <cryptdll.h>
  52. }
  53. #endif // __SECPCH2_HXX__