Skip to content
Commit 8056039c authored by Konrad Rzepecki's avatar Konrad Rzepecki Committed by Christoph Feck
Browse files

Fix PCI module

PCI module work properly only if PCI configuration structures are packed.
This commit adds "#pragma pack" preprocessor directive to make it possible
in wider range of compilers. It should be safe even if not supported since
unknown "pragmas" should be ignored by compilers.

Differential Revision: https://phabricator.kde.org/D18920
parent ed789f56
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment