Searched refs:TOOLHELPDLL (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/krb5/src/windows/leash/ |
H A D | Leash.cpp | 595 #define TOOLHELPDLL "kernel32.dll" in InitDLLs() macro 598 m_hToolHelp32 = AfxLoadLibrary(TOOLHELPDLL); in InitDLLs() 668 !LoadFuncs(TOOLHELPDLL, toolhelp_fi, 0, 0, 1, 0, 0)) in InitDLLs() 670 MessageBox(hwnd, "Could not load " TOOLHELPDLL "!", "Error", in InitDLLs()
|
/freebsd/crypto/krb5/src/windows/leashdll/ |
H A D | leash-int.h | 141 #define TOOLHELPDLL "kernel32.dll" macro
|
H A D | leashdll.c | 310 LoadFuncs(TOOLHELPDLL, toolhelp_fi, &hToolHelp32, 0, 1, 0, 0); in DllMain()
|