mirror of
https://github.com/boostorg/winapi.git
synced 2026-01-22 18:02:09 +00:00
boost-1.66.0
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.
WinAPI
Windows API declarations without <windows.h>, for internal Boost use.
Build Status
License
Distributed under the Boost Software License, Version 1.0.
Description
Languages
C++
99.6%
Perl
0.3%