* cygtls.cc (well_known_dlls): Add shlwapi.dll.

This commit is contained in:
Corinna Vinschen 2012-02-28 09:44:14 +00:00
parent f6fbdb3a6f
commit d783d46cca
2 changed files with 5 additions and 0 deletions

View File

@ -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>
* cygtls.cc (dll_cmp): New comparison function for bsearch.

View File

@ -80,6 +80,7 @@ const wchar_t *well_known_dlls[] =
L"kernel32.dll",
L"mswsock.dll",
L"ntdll.dll",
L"shlwapi.dll",
L"ws2_32.dll",
};