mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
Fixed declaration of WSHGetWSAProtocolInfo
svn path=/trunk/; revision=3470
This commit is contained in:
parent
fb914ea8cb
commit
96a7d97dac
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ INT
|
|||
WINAPI
|
||||
WSHGetWSAProtocolInfo(
|
||||
IN LPWSTR ProviderName,
|
||||
OUT LPWSAPROTOCOL_INFOW ProtocolInfo,
|
||||
OUT LPWSAPROTOCOL_INFOW* ProtocolInfo,
|
||||
OUT LPDWORD ProtocolInfoEntries)
|
||||
{
|
||||
UNIMPLEMENTED
|
||||
|
|
Loading…
Reference in a new issue