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

Fix Odd Include Order Bug on Windows #49

Merged
merged 3 commits into from
Jan 1, 2025

Conversation

ClayJay3
Copy link
Contributor

@ClayJay3 ClayJay3 commented Jan 1, 2025

For some odd reason, if you include windows.h before winsock2.h, then the compiler gets confused about symbols and fails to build. These symbols aren't even part of our project either.

@ClayJay3 ClayJay3 added the bug Something isn't working label Jan 1, 2025
@ClayJay3 ClayJay3 self-assigned this Jan 1, 2025
@ClayJay3
Copy link
Contributor Author

ClayJay3 commented Jan 1, 2025

@Byrdman32 I would also like to request a new packaged version be created after this PR is merged.

Copy link
Member

@Byrdman32 Byrdman32 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Strange issue but at least you found a fix... Approved.

@Byrdman32
Copy link
Member

@Byrdman32 I would also like to request a new packaged version be created after this PR is merged.

Sounds good! I'll get it added to the queue.

@ClayJay3 ClayJay3 merged commit acad939 into development Jan 1, 2025
2 checks passed
@ClayJay3 ClayJay3 deleted the hotfix/windows-include-order branch January 1, 2025 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

2 participants