mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 07:23:13 +00:00
- Stub and export GetAddrInfoW
svn path=/trunk/; revision=43100
This commit is contained in:
parent
4d2e0e023f
commit
bd6fba2037
2 changed files with 18 additions and 2 deletions
|
@ -11,7 +11,6 @@
|
||||||
#include <catalog.h>
|
#include <catalog.h>
|
||||||
#include <handle.h>
|
#include <handle.h>
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @implemented
|
* @implemented
|
||||||
*/
|
*/
|
||||||
|
@ -936,4 +935,21 @@ BOOL EXPORT WSApSetPostRoutine(PVOID Routine)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* @unimplemented
|
||||||
|
*/
|
||||||
|
INT
|
||||||
|
EXPORT
|
||||||
|
GetAddrInfoW(IN PCWSTR pszNodeName,
|
||||||
|
IN PCWSTR pszServiceName,
|
||||||
|
IN const ADDRINFOW *ptHints,
|
||||||
|
OUT PADDRINFOW *pptResult)
|
||||||
|
{
|
||||||
|
UNIMPLEMENTED
|
||||||
|
|
||||||
|
WSASetLastError(EAI_FAIL);
|
||||||
|
return EAI_FAIL;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* EOF */
|
/* EOF */
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
|
|
||||||
500 stub WEP
|
500 stub WEP
|
||||||
|
|
||||||
# @ stdcall GetAddrInfoW(wstr wstr ptr ptr)
|
@ stdcall GetAddrInfoW(wstr wstr ptr ptr)
|
||||||
@ stdcall WSApSetPostRoutine(ptr)
|
@ stdcall WSApSetPostRoutine(ptr)
|
||||||
@ stdcall WPUCompleteOverlappedRequest(long ptr long long ptr)
|
@ stdcall WPUCompleteOverlappedRequest(long ptr long long ptr)
|
||||||
@ stdcall WSAAccept(long ptr ptr ptr long)
|
@ stdcall WSAAccept(long ptr ptr ptr long)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue