Explorar el Código

Avoid compilation issue with VS2022 with strdup

Stéphane Raimbault hace 2 años
padre
commit
aa84a0e0b6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>