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
741 B

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 1999
  5. //
  6. // File: pch.cpp
  7. //
  8. // Contents: Cert Server precompiled header
  9. //
  10. // History: 25-Jul-96 vich created
  11. //
  12. //---------------------------------------------------------------------------
  13. #define __DIR__ "certsrv"
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #ifndef MAXDWORD
  18. # define MAXDWORD MAXULONG
  19. #endif
  20. #include <windows.h>
  21. #include <wincrypt.h>
  22. #include <authz.h>
  23. #include <adtgen.h>
  24. #include <msaudite.h>
  25. #include "certlib.h"
  26. #include "certsrv.h"
  27. #include "certdb.h"
  28. #include "config.h"
  29. #include "audit.h"
  30. #include "csext.h"
  31. #pragma hdrstop