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.

37 lines
1.2 KiB

  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. #include <windows.h>
  12. #include <atlbase.h>
  13. //You may derive a class from CComModule and use it if you want to override
  14. //something, but do not change the name of _Module
  15. extern CComModule _Module;
  16. #include <atlcom.h>
  17. #include <certsrv.h>
  18. // include this here so managemodule and exitmodule get to see it
  19. #define wszCLASS_CERTEXITSAMPLEPREFIX TEXT("CertAuthority_Sample")
  20. #define wszCLASS_CERTEXITSAMPLE wszCLASS_CERTEXITSAMPLEPREFIX wszCERTEXITMODULE_POSTFIX
  21. #define wszCLASS_CERTMANAGEEXITMODULESAMPLE wszCLASS_CERTEXITSAMPLEPREFIX wszCERTMANAGEEXIT_POSTFIX
  22. #define wsz_SAMPLE_NAME L"Sample/Test Exit Module"
  23. #define wsz_SAMPLE_DESCRIPTION L"Sample Exit Module"
  24. #define wsz_SAMPLE_COPYRIGHT L"(c)1999 Microsoft"
  25. #define wsz_SAMPLE_FILEVER L"v 1.0"
  26. #define wsz_SAMPLE_PRODUCTVER L"v 5.00"
  27. #pragma hdrstop