mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +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
|
EXPORT
|
||||||
WSHGetWSAProtocolInfo(
|
WSHGetWSAProtocolInfo(
|
||||||
IN LPWSTR ProviderName,
|
IN LPWSTR ProviderName,
|
||||||
OUT LPWSAPROTOCOL_INFOW ProtocolInfo,
|
OUT LPWSAPROTOCOL_INFOW* ProtocolInfo,
|
||||||
OUT LPDWORD ProtocolInfoEntries)
|
OUT LPDWORD ProtocolInfoEntries)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED
|
UNIMPLEMENTED
|
||||||
|
|
Loading…
Reference in a new issue