Fixed declaration of WSHGetWSAProtocolInfo

svn path=/trunk/; revision=3471
This commit is contained in:
Casper Hornstrup 2002-09-07 19:40:57 +00:00
parent 96a7d97dac
commit 06d3fda385

View file

@ -162,7 +162,7 @@ INT
EXPORT
WSHGetWSAProtocolInfo(
IN LPWSTR ProviderName,
OUT LPWSAPROTOCOL_INFOW ProtocolInfo,
OUT LPWSAPROTOCOL_INFOW* ProtocolInfo,
OUT LPDWORD ProtocolInfoEntries)
{
UNIMPLEMENTED