فهرست منبع

Avoid compilation issue with VS2022 with strdup

Stéphane Raimbault 2 سال پیش
والد
کامیت
aa84a0e0b6
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/modbus-tcp.c

+ 1 - 0
src/modbus-tcp.c

@@ -30,6 +30,7 @@
 # include <ws2tcpip.h>
 # define SHUT_RDWR 2
 # define close closesocket
+# define strdup _strdup
 #else
 # include <sys/socket.h>
 # include <sys/ioctl.h>