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.

36 lines
1.1 KiB

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996 - 2000
  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. #define wszCLASS_CERTPOLICYSAMPLEPREFIX TEXT("CertAuthority_Sample")
  19. #define wszCLASS_CERTPOLICYSAMPLE wszCLASS_CERTPOLICYSAMPLEPREFIX wszCERTPOLICYMODULE_POSTFIX
  20. #define wszCLASS_CERTMANAGEPOLICYMODULESAMPLE wszCLASS_CERTPOLICYSAMPLEPREFIX wszCERTMANAGEPOLICY_POSTFIX
  21. #define wsz_SAMPLE_NAME L"Sample/Test Policy Module"
  22. #define wsz_SAMPLE_DESCRIPTION L"Sample Policy Module"
  23. #define wsz_SAMPLE_COPYRIGHT L"(c)2000 Microsoft"
  24. #define wsz_SAMPLE_FILEVER L"v 1.0"
  25. #define wsz_SAMPLE_PRODUCTVER L"v 5.00"
  26. #pragma hdrstop