stephane / libmodbus

A Modbus library for Linux, Mac OS, FreeBSD and Windows
http://libmodbus.org
GNU Lesser General Public License v2.1
3.44k stars 1.74k forks source link

incorrect type to store socket on Windows #727

Open Swiftkill opened 9 months ago

Swiftkill commented 9 months ago

modbus-private.h:100 int s;

SOCKET on Windows is not int, it's a larger type - int64_t*.