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.

33 lines
775 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__ "default"
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. #ifndef MAXDWORD
  16. # define MAXDWORD MAXULONG
  17. #endif
  18. #include <windows.h>
  19. #include <atlbase.h>
  20. //You may derive a class from CComModule and use it if you want to override
  21. //something, but do not change the name of _Module
  22. extern CComModule _Module;
  23. #include <atlcom.h>
  24. #include "tfc.h"
  25. #include <certsrv.h>
  26. #include "certlib.h"
  27. #pragma hdrstop