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

This commit is contained in:
Corinna Vinschen 2012-03-21 10:42:24 +00:00
parent 6daf4afb11
commit 5a519b88fa
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-03-21 Corinna Vinschen <corinna@vinschen.de>
* cygtls.cc (well_known_dlls): Add advapi32.dll.
2012-03-21 Christopher Faylor <me.cygwin2012@cgf.cx>
* child_info.h: Reset magic number.

View File

@ -77,6 +77,7 @@ dll_cmp (const void *a, const void *b)
BLODAs. */
const wchar_t *well_known_dlls[] =
{
L"advapi32.dll",
L"kernel32.dll",
L"mswsock.dll",
L"ntdll.dll",