mirror of
https://github.com/curl/curl.git
synced 2026-07-27 23:53:06 +03:00
parent
334f85b3fc
commit
aadc75626b
8 changed files with 11 additions and 11 deletions
|
|
@ -175,7 +175,7 @@ Curl_hash_pick(struct Curl_hash *h, void *key, size_t key_len)
|
|||
return NULL;
|
||||
}
|
||||
|
||||
#if defined(DEBUGBUILD) && defined(AGGRESIVE_TEST)
|
||||
#if defined(DEBUGBUILD) && defined(AGGRESSIVE_TEST)
|
||||
void
|
||||
Curl_hash_apply(Curl_hash *h, void *user,
|
||||
void (*cb)(void *user, void *ptr))
|
||||
|
|
|
|||
|
|
@ -196,7 +196,7 @@ HMODULE Curl_load_library(LPCTSTR filename)
|
|||
pLoadLibraryEx(filename, NULL, LOAD_WITH_ALTERED_SEARCH_PATH) :
|
||||
LoadLibrary(filename);
|
||||
}
|
||||
/* Detect if KB2533623 is installed, as LOAD_LIBARY_SEARCH_SYSTEM32 is only
|
||||
/* Detect if KB2533623 is installed, as LOAD_LIBRARY_SEARCH_SYSTEM32 is only
|
||||
supported on Windows Vista, Windows Server 2008, Windows 7 and Windows
|
||||
Server 2008 R2 with this patch or natively on Windows 8 and above */
|
||||
else if(pLoadLibraryEx && GetProcAddress(hKernel32, "AddDllDirectory")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue