From: Sam Hartman Date: Wed, 28 Sep 2011 20:56:02 +0000 (+0000) Subject: Added Windows 64 DLL CCAPI DLL name X-Git-Tag: krb5-1.10-alpha1~109 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a8280f0fe566f8fae4105561e0744c4c0b54e5d3;p=krb5.git Added Windows 64 DLL CCAPI DLL name Signed-off-by: Alexey Melnikov git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25266 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/windows/kfwlogon/kfwlogon.h b/src/windows/kfwlogon/kfwlogon.h index 9d2616258..b2674573e 100644 --- a/src/windows/kfwlogon/kfwlogon.h +++ b/src/windows/kfwlogon/kfwlogon.h @@ -151,7 +151,11 @@ cc_free_NC_info, ); /* End private ccapiv2 headers */ +#ifdef _WIN64 +#define CCAPI_DLL "krbcc64.dll" +#else #define CCAPI_DLL "krbcc32.dll" +#endif /* */