Home
last modified time | relevance | path

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

/curl/lib/
H A Dsystem_win32.c216 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32")); in Curl_load_library() local
217 if(!hKernel32) in Curl_load_library()
224 (GetProcAddress(hKernel32, LOADLIBARYEX))); in Curl_load_library()
239 else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) { in Curl_load_library()

Completed in 5 milliseconds