Bug 280295
| Summary: | [Win] Fix problems of SystemInfo.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Fujii Hironori <fujii.hironori> |
| Component: | WebCore Misc. | Assignee: | Fujii Hironori <fujii.hironori> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | Keywords: | DoNotImportToRadar |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=250879 | ||
Fujii Hironori
* GetVersionEx constantly returns Windows 8 OS version due to no manifest
<https://learn.microsoft.com/ja-jp/windows/win32/api/sysinfoapi/nf-sysinfoapi-getversionexa>
* I think we have no needs to use GetProcAddress for IsWow64Process and GetNativeSystemInfo nowadays
Or, use <wtf/SoftLinking.h>
* WindowsVersion enum has to be updated
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Fujii Hironori
Pull request: https://github.com/WebKit/WebKit/pull/34965
EWS
Committed 285009@main (d0795f0c2fa2): <https://commits.webkit.org/285009@main>
Reviewed commits have been landed. Closing PR #34965 and removing active labels.