Skip to content

Commit

Permalink
Try to kill WSAGetLastError warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Apr 3, 2024
1 parent 072fe89 commit 152ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/EVPath/EVPath/ip_config.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#define FD_SETSIZE 1024
#include <winsock2.h>
#include <Ws2def.h>
/* #include <ws2tcpip.h> */
#include <ws2tcpip.h>
#define __ANSI_CPP__
#ifndef INET_ADDRSTRLEN
#define INET_ADDRSTRLEN 50
Expand Down

0 comments on commit 152ef13

Please sign in to comment.