From 992ce2eedd672a3b617e13f8fab6c9469a5fa71d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 23 Sep 2009 01:17:14 +0000 Subject: [PATCH] - Comment out RegNotifyChangeKeyValue call until it gets implemented - WSAStartup succeeds now svn path=/trunk/; revision=43121 --- reactos/dll/win32/ws2_32_new/src/wsautil.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/dll/win32/ws2_32_new/src/wsautil.c b/reactos/dll/win32/ws2_32_new/src/wsautil.c index 9372c8306d0..d3304e4b75b 100644 --- a/reactos/dll/win32/ws2_32_new/src/wsautil.c +++ b/reactos/dll/win32/ws2_32_new/src/wsautil.c @@ -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,