Provide ws2tcpip.h which is used instead of winsock2.h nowadays#3
Provide ws2tcpip.h which is used instead of winsock2.h nowadays#3ncm merged 1 commit intoncm:masterfrom
Conversation
This fixes "make dummy".
|
Why is According to the latest Programming reference for the Win32 API, all the functions used here are defined in the MinGW also defines these functions in the Of course I do understand that #include <winsock2.h>Ah, got it! This code defines a int WSAAPI getsockname(
[in] SOCKET s,
[out] sockaddr *name,
[in, out] int *namelen
);I looks like |
|
I don't think we need |
This fixes "make dummy".