intel: do not use __attribute__((packed)) on Windows
authorBen Boeckel <ben.boeckel@kitware.com>
Thu, 8 Feb 2018 14:15:07 +0000 (09:15 -0500)
committerBen Boeckel <ben.boeckel@kitware.com>
Thu, 8 Feb 2018 14:15:27 +0000 (09:15 -0500)
commitc4671be550fa65241c46e9e3a9214d227fbfe27f
tree533fca761a2b19e41a95d158a874c524a2e68510
parentea25250c990769a01606dacb4149d52466b1638e
intel: do not use __attribute__((packed)) on Windows

On Windows, the Intel compiler is closer to MSVC rather than GCC and
does not support the GCC attribute syntax.

Fixes #468
lib/lz4.c
lib/xxhash.c