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.

41 lines
934 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation 1992 - 1997
  6. //
  7. // File: rdrssp.h
  8. //
  9. // Contents: precompiled header include for rdrssp.lib
  10. //
  11. //
  12. // History: 3-17-94 MikeSw Created
  13. // 12-15-97 AdamBa Modified from private\lsa\client\ssp\sspdrv.h
  14. //
  15. //------------------------------------------------------------------------
  16. #ifndef __RDRSSP_H__
  17. #define __RDRSSP_H__
  18. #include <stdio.h>
  19. #include <ntos.h>
  20. #include <ntlmsp.h>
  21. #define SECURITY_NTLM
  22. #include <security.h>
  23. #include <ntmsv1_0.h>
  24. #include <zwapi.h>
  25. #include <windef.h>
  26. #include <lmcons.h>
  27. #include <crypt.h>
  28. #include <engine.h>
  29. #include "connmgr.h"
  30. #include "ksecdd.h"
  31. #include "package.h"
  32. #include "memmgr.h"
  33. #include "kfuncs.h" // xxxK functions
  34. #include "secret.h"
  35. #endif // __RDRSSP_H__