summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/windows/leash/Lglobals.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/windows/leash/Lglobals.h b/src/windows/leash/Lglobals.h
index 777e056bb4..78e8ec3ca6 100644
--- a/src/windows/leash/Lglobals.h
+++ b/src/windows/leash/Lglobals.h
@@ -216,10 +216,16 @@ extern DECL_FUNC_PTR(profile_release_string);
#define OFF 0
#define TRUE_FLAG 1
#define FALSE_FLAG 0
+#ifdef _WIN64
+#define LEASHDLL "leashw64.dll"
+#define KERB5DLL "krb5_64.dll"
+#define KERB5_PPROFILE_DLL "xpprof64.dll"
+#else
#define LEASHDLL "leashw32.dll"
#define KERB4DLL "krbv4w32.dll"
#define KERB5DLL "krb5_32.dll"
#define KERB5_PPROFILE_DLL "xpprof32.dll"
+#endif
#define SECUR32DLL "secur32.dll"
#define KRB_FILE "KRB.CON"