home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 May / MICD_2000_05.iso / CBuilder5 / INSTALL / DATA1.CAB / Program_Built_Files / Include / schnlsp.h < prev    next >
C/C++ Source or Header  |  2000-02-01  |  611b  |  29 lines

  1. //+---------------------------------------------------------------------------
  2. //
  3. //  Microsoft Windows
  4. //  Copyright (C) Microsoft Corporation, 1992-1999.
  5. //
  6. //  File:       schnlsp.h
  7. //
  8. //  Contents:   Public Definitions for SCHANNEL Security Provider
  9. //
  10. //  Classes:
  11. //
  12. //  Functions:
  13. //
  14. //----------------------------------------------------------------------------
  15.  
  16. #ifndef __SCHNLSP_H__
  17. #pragma option push -b -a8 -pc -A- /*P_O_Push*/
  18. #define __SCHNLSP_H__
  19.  
  20. #if _MSC_VER > 1000
  21. #pragma once
  22. #endif
  23.  
  24. #include <schannel.h>
  25.  
  26.  
  27. #pragma option pop /*P_O_Pop*/
  28. #endif //__SCHNLSP_H__
  29.