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.

46 lines
1003 B

  1. //+-------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1993 - 1995.
  5. //
  6. // File: aclpch.hxx
  7. //
  8. // Contents: common internal includes for access control API
  9. //
  10. // History: 1-95 Created DaveMont
  11. //
  12. //--------------------------------------------------------------------
  13. #ifndef __ACLPCHHXX__
  14. #define __ACLPCHHXX__
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. #include <ntsam.h>
  19. #include <windows.h>
  20. #include <winspool.h>
  21. #include <ntlsa.h>
  22. #include <winnetwk.h>
  23. #include <lmcons.h>
  24. #include <crypt.h>
  25. #include <lmapibuf.h>
  26. #include <logonmsv.h>
  27. #include <stdlib.h>
  28. #include <lmshare.h>
  29. #include <objbase.h>
  30. #include <ntdsapi.h>
  31. #include <winldap.h>
  32. #include <dsgetdc.h>
  33. extern "C" {
  34. #include <accdbg.h>
  35. #include <lucache.h>
  36. }
  37. #include <accctrl.h>
  38. #include <accprov.h>
  39. #include <martaexp.h>
  40. #include <access.hxx>
  41. #include <acclist.hxx>
  42. #include <member.hxx>
  43. #endif // __ACLPCHHXX__