.NET's System.Data.SqlClient needs this to connect to MSSQL Server.
A MacOSX implementation doesn't appear to be possible.
Signed-off-by: Damjan Jovanovic damjan.jov@gmail.com --- dlls/secur32/schannel.c | 7 ++++++ dlls/secur32/schannel_gnutls.c | 41 ++++++++++++++++++++++++++++++++++ dlls/secur32/schannel_macosx.c | 6 +++++ dlls/secur32/secur32_priv.h | 2 ++ dlls/secur32/tests/schannel.c | 26 +++++++++++++++++++++ 5 files changed, 82 insertions(+)