-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Guards for WIN32_LEAN_AND_MEAN missing in some places #131082
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
Labels
type-bug
An unexpected behavior, bug, or error
Comments
vstinner
pushed a commit
that referenced
this issue
Mar 11, 2025
* Add missing guards for WIN32_LEAN_AND_MEAN * add missing whitespaces
This was referenced Mar 11, 2025
vstinner
added a commit
that referenced
this issue
Mar 11, 2025
vstinner
pushed a commit
that referenced
this issue
Mar 11, 2025
seehwan
pushed a commit
to seehwan/cpython
that referenced
this issue
Apr 16, 2025
…31044) * Add missing guards for WIN32_LEAN_AND_MEAN * add missing whitespaces
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
Macro guards for the
WIN32_LEAN_AND_MEAN
macro are missing in some places. This leads to redefinition warnings on the xbox that define this as part of it's toolchain.CPython versions tested on:
3.13
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: