2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-01-24 06:32:08 +00:00
Files
winapi/include
Andrey Semashev f004b4753d Fixed the SYSTEM_INFO definition to allow for the Windows SDK syntax.
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.
2017-11-27 23:53:47 +03:00
..