mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +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);
|
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
|
#if 1
|
||||||
Provider = CreateCatalogEntry(L"msafd.dll");
|
Provider = CreateCatalogEntry(L"msafd.dll");
|
||||||
if (!Provider) {
|
if (!Provider) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue