home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winbase / security / certsvr / exit / pch.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-19  |  591 b   |  24 lines

  1. //+--------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1996-1997
  5. //
  6. // File:        pch.cpp
  7. //
  8. // Contents:    Cert Server precompiled header
  9. //
  10. //---------------------------------------------------------------------------
  11.  
  12. #include <windows.h>
  13.  
  14. #include <atlbase.h>
  15.  
  16. //You may derive a class from CComModule and use it if you want to override
  17. //something, but do not change the name of _Module
  18. extern CComModule _Module;
  19.  
  20. #include <atlcom.h>
  21. #include <certsrv.h>
  22.  
  23. #pragma hdrstop
  24.