summaryrefslogtreecommitdiffstats
path: root/src/windows/leash/LeashAboutBox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/leash/LeashAboutBox.cpp')
-rw-r--r--src/windows/leash/LeashAboutBox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/windows/leash/LeashAboutBox.cpp b/src/windows/leash/LeashAboutBox.cpp
index 972514feeb..8c6f7f425b 100644
--- a/src/windows/leash/LeashAboutBox.cpp
+++ b/src/windows/leash/LeashAboutBox.cpp
@@ -302,8 +302,10 @@ void CLeashAboutBox::OnNotLoadedModules()
{
m_LB_DLLsLoaded.ResetContent();
+#ifndef NO_KRB4
if (!CLeashApp::m_hKrb4DLL)
m_LB_DLLsLoaded.AddString(KERB4DLL);
+#endif
if (!CLeashApp::m_hKrb5DLL)
m_LB_DLLsLoaded.AddString(KERB5DLL);