Searched refs:hKernel32 (Results 1 – 1 of 1) sorted by relevance
183 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32")); in Curl_load_library() local184 if(!hKernel32) in Curl_load_library()191 (GetProcAddress(hKernel32, LOADLIBARYEX))); in Curl_load_library()206 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in Curl_load_library()
Completed in 6 milliseconds