Home
last modified time | relevance | path

Searched refs:KERB5DLL (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLglobals.h160 #define KERB5DLL "krb5_64.dll" macro
164 #define KERB5DLL "krb5_32.dll" macro
H A DLeash.cpp590 m_hKrb5DLL = AfxLoadLibrary(KERB5DLL); in InitDLLs()
626 if (!LoadFuncs(KERB5DLL, krb5_fi, 0, 0, 1, 0, 0)) in InitDLLs()
629 "Unexpected error while loading " KERB5DLL ".\n" in InitDLLs()
H A DLeashAboutBox.cpp331 m_LB_DLLsLoaded.AddString(KERB5DLL); in OnNotLoadedModules()