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.

35 lines
1.1 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. #define wszCLASS_CERTEXITSAMPLEPREFIX TEXT("CertAuthority_ExitSQL_Sample")
  19. #define wszCLASS_CERTEXITSAMPLE wszCLASS_CERTEXITSAMPLEPREFIX wszCERTEXITMODULE_POSTFIX
  20. #define wszCLASS_CERTMANAGESAMPLE wszCLASS_CERTEXITSAMPLEPREFIX wszCERTMANAGEEXIT_POSTFIX
  21. #define wsz_SAMPLE_NAME L"ODBC logging Exit Module"
  22. #define wsz_SAMPLE_DESCRIPTION L"Logs issuance events to an ODBC source"
  23. #define wsz_SAMPLE_COPYRIGHT L"�2000 Microsoft Corp"
  24. #define wsz_SAMPLE_FILEVER L"1.0"
  25. #define wsz_SAMPLE_PRODUCTVER L"5.01"
  26. #pragma hdrstop