Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

incorrect type to store socket on Windows #727

Open
Swiftkill opened this issue Dec 14, 2023 · 1 comment
Open

incorrect type to store socket on Windows #727

Swiftkill opened this issue Dec 14, 2023 · 1 comment

Comments

@Swiftkill
Copy link

modbus-private.h:100 int s;

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

@stephane
Copy link
Owner

Do you mean int are not set according to the underlying architecture on Windows (64 bits)?!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants