Skip to content

Win32 socket improvements#17801

Merged
LibretroAdmin merged 2 commits intolibretro:masterfrom
pstef:win32-socket
Apr 12, 2025
Merged

Win32 socket improvements#17801
LibretroAdmin merged 2 commits intolibretro:masterfrom
pstef:win32-socket

Conversation

@pstef
Copy link
Copy Markdown
Contributor

@pstef pstef commented Apr 12, 2025

Windows headers have the unfortunate feature that including windows.h implicitly includes winsock.h, which is incompatible with winsock2.h that I want to include in input/input_driver.h to have access to the SOCKET "type". To stop windows.h from doing that, one has to define WIN32_LEAN_AND_MEAN before the inclusion.

@LibretroAdmin LibretroAdmin merged commit c6995c0 into libretro:master Apr 12, 2025
31 checks passed
@pstef pstef deleted the win32-socket branch April 18, 2025 17:08
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

Successfully merging this pull request may close these issues.

2 participants