Searched refs:COMERR_DLL (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/krb5/src/windows/include/ |
H A D | loadfuncs-com_err.h | 8 #define COMERR_DLL "comerr64.dll" macro 10 #define COMERR_DLL "comerr32.dll" macro
|
/freebsd/crypto/krb5/src/windows/leash/ |
H A D | Leash.cpp | 592 m_hComErr = AfxLoadLibrary(COMERR_DLL); in InitDLLs() 617 if (!LoadFuncs(COMERR_DLL, ce_fi, &m_hComErr, 0, 0, 1, 0)) { in InitDLLs() 619 "Functions within " COMERR_DLL "didn't load properly!", in InitDLLs()
|
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | leashdll.c | 292 LoadFuncs(COMERR_DLL, ce_fi, &hComErr, 0, 0, 1, 0); in DllMain()
|
/freebsd/crypto/krb5/src/windows/kfwlogon/ |
H A D | kfwcommon.c | 375 LoadFuncs(COMERR_DLL, ce_fi, &hComErr, 0, 0, 1, 0); in KFW_initialize()
|