Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-102255: Use GetVersionEx instead of GetVersionExW to match argumen…
…t type (GH-102583) Since we pass a structure of type `OSVERSIONINFOEX`, we need to call `GetVersionEx` instead of `GetVersionExW`.
- Loading branch information