- Stub and export GetAddrInfoW

svn path=/trunk/; revision=43100
This commit is contained in:
Cameron Gutman 2009-09-20 22:20:16 +00:00
parent 4d2e0e023f
commit bd6fba2037
2 changed files with 18 additions and 2 deletions

View file

@ -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 */

View file

@ -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)