mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
added a comment
svn path=/trunk/; revision=6462
This commit is contained in:
parent
c3fc013ce4
commit
2b75113a2b
1 changed files with 6 additions and 1 deletions
|
@ -262,7 +262,12 @@ VOID CreateCatalog(VOID)
|
|||
|
||||
InitializeListHead(&CatalogListHead);
|
||||
|
||||
/* FIXME: Read service provider catalog from registry */
|
||||
/* FIXME: Read service provider catalog from registry
|
||||
|
||||
Catalog info is saved somewhere under
|
||||
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WinSock2
|
||||
*/
|
||||
|
||||
#if 1
|
||||
Provider = CreateCatalogEntry(L"msafd.dll");
|
||||
if (!Provider) {
|
||||
|
|
Loading…
Reference in a new issue