Windows NT 4.0 source code leak
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.

65 lines
1.0 KiB

4 years ago
  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. lsacomp.h
  5. Abstract:
  6. Local Security Authority - Main Include File for Client/Server Common
  7. Definitions.
  8. This file contains #includes for each of the files that contain
  9. private LSA definitions that are common to the client/server side.
  10. Author:
  11. Scott Birrell (ScottBi) February 19, 1992
  12. Environment:
  13. Revision History:
  14. --*/
  15. //
  16. // The following come from \nt\public\sdk\inc
  17. //
  18. #include <stdio.h>
  19. #include <string.h>
  20. #include <nt.h>
  21. #include <ntrtl.h>
  22. #include <nturtl.h>
  23. #include <windows.h>
  24. #include <ntlsa.h>
  25. #include <ntsam.h>
  26. #include <ntregapi.h>
  27. #include <rpc.h>
  28. #include <msaudite.h>
  29. //
  30. // The following come from \nt\public\sdk\inc\crt
  31. //
  32. #include <stdlib.h>
  33. //
  34. // The following come from \nt\private\inc
  35. //
  36. #include <seopaque.h>
  37. #include <ntrmlsa.h>
  38. #include <ntrpcp.h>
  39. #include <crypt.h>
  40. //
  41. // The following come from \nt\private\lsa\inc
  42. //
  43. #include <cr.h>
  44. #include <lsaprtl.h>