Sync with trunk r43123
[reactos.git] / reactos / dll / win32 / ws2_32 / misc / stubs.c
index 90810e2..63f0f76 100644 (file)
@@ -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 */