Closed
Description
In #110152 the WinAPI definitions have been replaced by windows-bindgen generated bindings. However, the win32metadata project does not generate metadata for ARM32-specific items, hence the generated bindings lack a few types like CONTEXT
and WSADATA
on this platform. It effectively breaks thumbv7a-*-windows-*
for Rust.