summaryrefslogtreecommitdiffstats
path: root/src/windows
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2011-09-28 20:56:02 +0000
committerSam Hartman <hartmans@mit.edu>2011-09-28 20:56:02 +0000
commita8280f0fe566f8fae4105561e0744c4c0b54e5d3 (patch)
treee44b222dfd84edb8b27fdde3c4fb03e62e7302c3 /src/windows
parent22196688fbdc5c3e196339df665dfc95bae8d5a7 (diff)
downloadkrb5-a8280f0fe566f8fae4105561e0744c4c0b54e5d3.tar.gz
krb5-a8280f0fe566f8fae4105561e0744c4c0b54e5d3.tar.xz
krb5-a8280f0fe566f8fae4105561e0744c4c0b54e5d3.zip
Added Windows 64 DLL CCAPI DLL name
Signed-off-by: Alexey Melnikov <aamelnikov@gmail.com> git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25266 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/kfwlogon/kfwlogon.h4
1 files changed, 4 insertions, 0 deletions
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
/* */