Source code of Windows XP (NT5)
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.

26 lines
504 B

  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. #ifndef __SCHNLSP_H__
  16. #define __SCHNLSP_H__
  17. #if _MSC_VER > 1000
  18. #pragma once
  19. #endif
  20. #include <schannel.h>
  21. #endif //__SCHNLSP_H__