mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
- Comment out RegNotifyChangeKeyValue call until it gets implemented
- WSAStartup succeeds now svn path=/trunk/; revision=43121
This commit is contained in:
@@ -154,6 +154,7 @@ WsSetupCatalogProtection(IN HKEY CatalogKey,
|
||||
/* Start loop */
|
||||
do
|
||||
{
|
||||
#if 0
|
||||
/* Ask for notifications */
|
||||
ErrorCode = RegNotifyChangeKeyValue(CatalogKey,
|
||||
FALSE,
|
||||
@@ -166,6 +167,7 @@ WsSetupCatalogProtection(IN HKEY CatalogKey,
|
||||
ErrorCode = WSASYSCALLFAILURE;
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
|
||||
/* Read the current ID */
|
||||
ErrorCode = RegQueryValueEx(CatalogKey,
|
||||
|
||||
Reference in New Issue
Block a user