Author: cgutman Date: Wed Sep 23 03:17:14 2009 New Revision: 43121
URL: http://svn.reactos.org/svn/reactos?rev=43121&view=rev Log: - Comment out RegNotifyChangeKeyValue call until it gets implemented - WSAStartup succeeds now
Modified: trunk/reactos/dll/win32/ws2_32_new/src/wsautil.c
Modified: trunk/reactos/dll/win32/ws2_32_new/src/wsautil.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/ws2_32_new/src/ws... ============================================================================== --- trunk/reactos/dll/win32/ws2_32_new/src/wsautil.c [iso-8859-1] (original) +++ trunk/reactos/dll/win32/ws2_32_new/src/wsautil.c [iso-8859-1] Wed Sep 23 03:17:14 2009 @@ -154,6 +154,7 @@ /* Start loop */ do { +#if 0 /* Ask for notifications */ ErrorCode = RegNotifyChangeKeyValue(CatalogKey, FALSE, @@ -166,6 +167,7 @@ ErrorCode = WSASYSCALLFAILURE; break; } +#endif
/* Read the current ID */ ErrorCode = RegQueryValueEx(CatalogKey,