2
0
mirror of https://github.com/boostorg/winapi.git synced 2026-01-22 05:52:08 +00:00
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
2016-07-04 23:24:26 +01:00
2017-09-24 02:20:49 +03:00
2016-06-19 19:53:04 +03:00
2017-09-24 21:30:47 +03:00

WinAPI

Windows API declarations without <windows.h>, for internal Boost use.

Build Status

Master: AppVeyor Travis CI Develop: AppVeyor Travis CI

License

Distributed under the Boost Software License, Version 1.0.

Description
Mirrored via gitea-mirror
Readme 872 KiB
Languages
C++ 99.6%
Perl 0.3%