* cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.

This commit is contained in:
Corinna Vinschen 2012-07-11 09:21:36 +00:00
parent 6930762ffa
commit 4a4f6f949c
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-07-11 Corinna Vinschen <corinna@vinschen.de>
* cygtls.cc (well_known_dlls): Add ole32.dll and wbemprox.dll.
2012-07-09 Corinna Vinschen <corinna@vinschen.de>
* cygwin.sc (.rdata): Revert patch from 2012-07-06.

View File

@ -81,7 +81,9 @@ const wchar_t *well_known_dlls[] =
L"kernel32.dll",
L"mswsock.dll",
L"ntdll.dll",
L"ole32.dll",
L"shlwapi.dll",
L"wbemprox.dll",
L"ws2_32.dll",
};