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

windows: minor compat header fixes #964

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

vszakats
Copy link
Contributor

  • posix_win.c: use snprintf as-is with _MSC_VER >= 1900
  • stdio.h: include socket header before windows.h
  • pthread.h: delete exec permission from source file

- posix_win.c: use `snprintf` as-is with _MSC_VER >= 1900
- stdio.h: include socket header before windows.h
- pthread.h: delete exec permission from source file
@botovq botovq merged commit 0d8aa3e into libressl:master Dec 12, 2023
35 checks passed
@vszakats vszakats deleted the win-minor branch December 12, 2023 11:46
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