mirror of
https://github.com/boostorg/winapi.git
synced 2026-01-24 06:32:08 +00:00
The wProcessorArchitecture member of the SYSTEM_INFO struct was previously inaccessible due to incorrect use of nameless unions/structs. This commit fixes that to that the member should now be directly accessible as a member of SYSTEM_INFO. This commit also marks the nameless structs/unions with the __extension__ attribute to hopefully avoid gcc warnings about using this non-standard feature.