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.

70 lines
1.2 KiB

  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. //
  11. // Use the AVL versions of the generic table routines
  12. //
  13. #define RTL_USE_AVL_TABLES 1
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #include <windows.h>
  18. #define SECURITY_WIN32
  19. #include <security.h>
  20. #include <align.h>
  21. #include <malloc.h>
  22. #include <alloca.h>
  23. #include <stddef.h>
  24. #include <sddl.h>
  25. #include <authzi.h>
  26. #include <msaudite.h>
  27. #include <winldap.h>
  28. #include <dsrole.h>
  29. #include <ntsam.h>
  30. #include <ntlsa.h>
  31. #include <seopaque.h>
  32. extern "C" {
  33. #include <safelock.h>
  34. }
  35. #pragma warning ( push )
  36. #pragma warning ( disable : 4201 ) // nonstandard extension used : nameless struct/union
  37. #include <authz.h>
  38. #pragma warning ( pop )
  39. #include "azrolesp.h"
  40. #include "util.h"
  41. #include "azper.h"
  42. #include "genobj.h"
  43. #include "objects.h"
  44. #include "persist.h"
  45. #include <activscp.h>
  46. #include <time.h>
  47. #include "bizrule.h"
  48. #pragma warning ( push )
  49. #pragma warning ( disable : 4267 ) // avoid warning in atlcom.h(line:4535)
  50. #include "stdafx.h"
  51. #include "azroles.h"
  52. #include "azdisp.h"
  53. #pragma warning ( pop )