mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fixed declaration of WSHGetWSAProtocolInfo
svn path=/trunk/; revision=3471
This commit is contained in:
parent
96a7d97dac
commit
06d3fda385
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ INT
|
|||
EXPORT
|
||||
WSHGetWSAProtocolInfo(
|
||||
IN LPWSTR ProviderName,
|
||||
OUT LPWSAPROTOCOL_INFOW ProtocolInfo,
|
||||
OUT LPWSAPROTOCOL_INFOW* ProtocolInfo,
|
||||
OUT LPDWORD ProtocolInfoEntries)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
|
Loading…
Reference in a new issue