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.

39 lines
602 B

  1. /*++
  2. Copyright (c) 2001 Microsoft Corporation
  3. Module Name:
  4. pch.hxx
  5. Abstract:
  6. Pre-compiled headers for the project
  7. Author:
  8. Cliff Van Dyke (cliffv) 11-Apr-2001
  9. --*/
  10. #include <nt.h>
  11. #include <ntrtl.h>
  12. #include <nturtl.h>
  13. #include <windows.h>
  14. #include <align.h>
  15. #include <malloc.h>
  16. #include <alloca.h>
  17. #include <stddef.h>
  18. #pragma warning ( push )
  19. #pragma warning ( disable : 4201 ) // nonstandard extension used : nameless struct/union
  20. #include <authz.h>
  21. #pragma warning ( pop )
  22. #include "azrolesp.h"
  23. #include "util.h"
  24. #include "genobj.h"
  25. #include "objects.h"
  26. #include "persist.h"