Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/windows/leash/
H A DLeash.cpp594 #define PSAPIDLL "psapi.dll" in InitDLLs() macro
597 m_hPsapi = AfxLoadLibrary(PSAPIDLL); in InitDLLs()
681 !LoadFuncs(PSAPIDLL, psapi_fi, 0, 0, 1, 0, 0)) in InitDLLs()
683 MessageBox(hwnd, "Could not load " PSAPIDLL "!", "Error", MB_OK); in InitDLLs()
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dleash-int.h142 #define PSAPIDLL "psapi.dll" macro
H A Dleashdll.c316 LoadFuncs(PSAPIDLL, psapi_fi, &hPsapi, 0, 1, 0, 0); in DllMain()