mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
- Stub and export GetAddrInfoW
svn path=/trunk/; revision=43100
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include <catalog.h>
|
||||
#include <handle.h>
|
||||
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
*/
|
||||
@@ -936,4 +935,21 @@ BOOL EXPORT WSApSetPostRoutine(PVOID Routine)
|
||||
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 */
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
500 stub WEP
|
||||
|
||||
# @ stdcall GetAddrInfoW(wstr wstr ptr ptr)
|
||||
@ stdcall GetAddrInfoW(wstr wstr ptr ptr)
|
||||
@ stdcall WSApSetPostRoutine(ptr)
|
||||
@ stdcall WPUCompleteOverlappedRequest(long ptr long long ptr)
|
||||
@ stdcall WSAAccept(long ptr ptr ptr long)
|
||||
|
||||
Reference in New Issue
Block a user