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.

29 lines
697 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. //---------------------------------------------------------------------------
  11. #define __DIR__ "certdb"
  12. #include <windows.h>
  13. #include <atlbase.h>
  14. //You may derive a class from CComModule and use it if you want to override
  15. //something, but do not change the name of _Module
  16. extern CComModule _Module;
  17. #include <atlcom.h>
  18. #include "certdb.h"
  19. #include <esent.h>
  20. #include <certsrv.h>
  21. #include "dbtable.h"
  22. #include "certlib.h"
  23. #include "csdisp.h"
  24. #pragma hdrstop