mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
system_win32: fix typo
This commit is contained in:
parent
4ea6ff55a0
commit
519be2b9d8
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ HMODULE Curl_load_library(LPCTSTR filename)
|
|||
HMODULE hModule = NULL;
|
||||
LOADLIBRARYEX_FN pLoadLibraryEx = NULL;
|
||||
|
||||
/* Get a handle to kernel32 so we can access it is functions at runtime */
|
||||
/* Get a handle to kernel32 so we can access its functions at runtime */
|
||||
HMODULE hKernel32 = GetModuleHandle(TEXT("kernel32"));
|
||||
if(!hKernel32)
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue