reactos/include/psdk/schnlsp.h
Amine Khaldi 527f2f9057 [SHELL/EXPERIMENTS]
* Create a branch for some evul shell experiments.

svn path=/branches/shell-experiments/; revision=61927
2014-02-02 19:37:27 +00:00

11 lines
208 B
C

#ifndef _SCHNLSP_H
#define _SCHNLSP_H
#define SECPKG_ATTR_SUPPORTED_ALGS 86
#define SECPKG_ATTR_CIPHER_STRENGTHS 87
#define SECPKG_ATTR_SUPPORTED_PROTOCOLS 88
#include <schannel.h>
#endif /* _SCHNLSP_H */