summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/ccache/ccapi/winccld.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/ccapi/winccld.c b/src/lib/krb5/ccache/ccapi/winccld.c
index ac3a8e478..22646e1ee 100644
--- a/src/lib/krb5/ccache/ccapi/winccld.c
+++ b/src/lib/krb5/ccache/ccapi/winccld.c
@@ -27,7 +27,11 @@ extern int krb5_is_ccdll_loaded();
#define LF_NODLL 1
#define LF_NOFUNC 2
+#ifdef _WIN64
+#define KRBCC_DLL "krbcc64.dll"
+#else
#define KRBCC_DLL "krbcc32.dll"
+#endif
static int LoadFuncs(const char* dll_name, FUNC_INFO fi[],
HINSTANCE* ph, int debug);