]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (GH-102583)
authorMax Bachmann <kontakt@maxbachmann.de>
Mon, 20 Mar 2023 15:47:17 +0000 (16:47 +0100)
committerGitHub <noreply@github.com>
Mon, 20 Mar 2023 15:47:17 +0000 (15:47 +0000)
commit96e05b62e827a6dee6c658fea9b4976dfd8d30e3
tree7cc95dbe7e79bd4223b12248cee639949488107c
parent5e6661bce968173fa45b74fa2111098645ff609c
gh-102255: Use GetVersionEx instead of GetVersionExW to match argument type (GH-102583)

Since we pass a structure of type `OSVERSIONINFOEX`, we need to call
`GetVersionEx` instead of `GetVersionExW`.
Modules/socketmodule.c