- Comment out RegNotifyChangeKeyValue call until it gets implemented

- WSAStartup succeeds now

svn path=/trunk/; revision=43121
This commit is contained in:
Cameron Gutman 2009-09-23 01:17:14 +00:00
parent f0b6797aad
commit 992ce2eedd

View file

@ -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,