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

core: Remove redundant windows.h #10517

Closed
wants to merge 1 commit into from
Closed

core: Remove redundant windows.h #10517

wants to merge 1 commit into from

Conversation

weypro
Copy link
Contributor

@weypro weypro commented Nov 5, 2024

The windows.h header is not necessary for ssize_t definition on Windows platform since BaseTsd.h already provides the required SSIZE_T type definition. Remove this redundant include to reduce compilation dependencies.

@aingerson
Copy link
Contributor

@weypro Seems like a fine change, but you'll need to add a signoff line to your commit to let the DCO check pass. I'm guessing the AWS failure is unrelated but it will get re-triggered when you add the signoff and repush. Thanks!

@j-xiong
Copy link
Contributor

j-xiong commented Nov 5, 2024

Also please add the text of the PR description to the commit message. That help people to understand the rationale of the change when looking at the log.

@shijin-aws
Copy link
Contributor

bot:aws:retest

Signed-off-by: wey <weypro@users.noreply.github.com>
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.

4 participants