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.

38 lines
869 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. #define _ADVAPI32_
  16. extern "C"
  17. {
  18. #include <nt.h>
  19. #include <ntrtl.h>
  20. #include <nturtl.h>
  21. #include <windows.h>
  22. #include <stdlib.h>
  23. #include <accctrl.h>
  24. #include <aclapi.h>
  25. #include <aclapip.h>
  26. #include <marta.h>
  27. }
  28. #define AccAlloc(size) LocalAlloc(LMEM_FIXED | LMEM_ZEROINIT, size)
  29. #include <martaexp.h>
  30. //#include <martaexp.hxx>
  31. #include <apiutil.hxx>
  32. #include <cacl.hxx>
  33. #include <accacc.hxx>
  34. #include <iterator.hxx>
  35. #endif // __ACLPCHHXX__