Revert r15838 since it breaks the build
Modified: trunk/reactos/w32api/include/ws2tcpip.h
_____
Modified: trunk/reactos/w32api/include/ws2tcpip.h
--- trunk/reactos/w32api/include/ws2tcpip.h 2005-06-07 22:04:54 UTC
(rev 15838)
+++ trunk/reactos/w32api/include/ws2tcpip.h 2005-06-07 23:11:35 UTC
(rev 15839)
@@ -306,15 +306,8 @@
#define gai_strerror gai_strerrorA
#endif /* UNICODE */
-int WSAAPI getnameinfoA(const struct sockaddr*,socklen_t,char*,DWORD,
- char*,DWORD,int);
-int WSAAPI getnameinfoW(const struct sockaddr*,socklen_t,WCHAR*,DWORD,
- WCHAR*,DWORD,int);
-#ifdef UNICODE
-#define getnameinfo getnameinfoW
-#else
-#define getnameinfo getnameinfoA
-#endif /* UNICODE */
+int WSAAPI getnameinfo(const struct sockaddr*,socklen_t,char*,DWORD,
+ char*,DWORD,int);
/* Some older IPv4/IPv6 compatability stuff */
Show replies by date