Home
last modified time | relevance | path

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

/curl/lib/
H A Dsystem_win32.c183 HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32")); in Curl_load_library() local
184 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 3 milliseconds