* cygtls.cc (well_known_dlls): Add shlwapi.dll.
This commit is contained in:
parent
f6fbdb3a6f
commit
d783d46cca
|
@ -1,3 +1,7 @@
|
||||||
|
2012-02-28 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* cygtls.cc (well_known_dlls): Add shlwapi.dll.
|
||||||
|
|
||||||
2012-02-27 Corinna Vinschen <corinna@vinschen.de>
|
2012-02-27 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cygtls.cc (dll_cmp): New comparison function for bsearch.
|
* cygtls.cc (dll_cmp): New comparison function for bsearch.
|
||||||
|
|
|
@ -80,6 +80,7 @@ const wchar_t *well_known_dlls[] =
|
||||||
L"kernel32.dll",
|
L"kernel32.dll",
|
||||||
L"mswsock.dll",
|
L"mswsock.dll",
|
||||||
L"ntdll.dll",
|
L"ntdll.dll",
|
||||||
|
L"shlwapi.dll",
|
||||||
L"ws2_32.dll",
|
L"ws2_32.dll",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue