diff options
author | Yuriy Chernyshov <thegeorg@yandex-team.com> | 2024-02-26 17:21:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 17:21:55 (GMT) |
commit | 96c10c648565c7406d5606099dbbb937310c26dc (patch) | |
tree | 493f1d28de08c0198c0d2b6de5a6f93e507613cf /Misc | |
parent | c0fdfba7ff981c55ac13325e4dddaf382601b246 (diff) | |
download | cpython-96c10c648565c7406d5606099dbbb937310c26dc.zip cpython-96c10c648565c7406d5606099dbbb937310c26dc.tar.gz cpython-96c10c648565c7406d5606099dbbb937310c26dc.tar.bz2 |
gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)
This allows the module to be compiled with WIN32_LEAN_AND_MEAN enabled
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2024-02-24-12-50-43.gh-issue-115350.naQA6y.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2024-02-24-12-50-43.gh-issue-115350.naQA6y.rst b/Misc/NEWS.d/next/Build/2024-02-24-12-50-43.gh-issue-115350.naQA6y.rst new file mode 100644 index 0000000..5492a80 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2024-02-24-12-50-43.gh-issue-115350.naQA6y.rst @@ -0,0 +1 @@ +Fix building ctypes module with -DWIN32_LEAN_AND_MEAN defined |