This commit is contained in:
Sergei Golubchik 2015-06-02 22:07:47 +02:00
commit 8e7d6652ad
25 changed files with 2066 additions and 2066 deletions

View file

@ -130,7 +130,7 @@ err:
#elif defined(_WIN32)
#include <winsock2.h>
#include <iphlpapi.h>
#pragma comment(lib, "iphlpapi.lib")
#pragma comment(lib, "iphlpapi.lib")
#define ETHER_ADDR_LEN 6

View file

@ -25,7 +25,7 @@
#ifdef _MSC_VER
#include <locale.h>
#include <crtdbg.h>
/* WSAStartup needs winsock library*/
/* WSAStartup needs winsock library*/
#pragma comment(lib, "ws2_32")
#endif
my_bool have_tcpip=0;