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.

42 lines
715 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1997.
  5. //
  6. // File: samlock.h
  7. //
  8. // Contents:
  9. //
  10. // Classes:
  11. //
  12. // Functions:
  13. //
  14. // History: 4-19-97 RichardW Created
  15. //
  16. //----------------------------------------------------------------------------
  17. #ifndef __SAMLOCK_H__
  18. #define __SAMLOCK_H__
  19. #include <nt.h>
  20. #include <ntrtl.h>
  21. #include <nturtl.h>
  22. #include <ntsam.h>
  23. #include <ntsamp.h>
  24. #include <ntlsa.h>
  25. #include <caiseapi.h>
  26. #include <windows.h>
  27. #include <md5.h>
  28. #include <wxlpc.h>
  29. #include "dialogs.h"
  30. #include "miscid.h"
  31. #include "strings.h"
  32. #include "rng.h"
  33. #endif //__SAMLOCK_H__