Commit 190db273 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

Stub for WSCUnInstallNameSpace.

parent ac825d02
......@@ -3496,3 +3496,10 @@ INT WINAPI WSALookupServiceBeginW( LPWSAQUERYSETW lpqsRestrictions,
WSASetLastError(WSA_NOT_ENOUGH_MEMORY);
return SOCKET_ERROR;
}
INT WINAPI WSCUnInstallNameSpace( LPGUID lpProviderId )
{
FIXME("(%p) Stub!\n", lpProviderId);
return NO_ERROR;
}
......@@ -90,7 +90,7 @@
86 stub WSCGetProviderPath
87 stub WSCInstallNameSpace
88 stdcall WSCInstallProvider(ptr wstr ptr long ptr)
89 stub WSCUnInstallNameSpace
89 stdcall WSCUnInstallNameSpace(ptr)
90 stub WSCWriteNameSpaceOrder
91 stub WSCWriteProviderOrder
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment