[HIDPARSER] Don't include pshpack1.h before including other headers
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 9 Jun 2021 08:54:05 +0000 (10:54 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 10 Jun 2021 06:52:22 +0000 (08:52 +0200)
commit9229e73f03afc07880121f27797be5927b0a3552
treeaedf0ce173d024865655562ac419865dcd0f7568
parent2dbbfe86ab5b72f6e111e56b7fbd6ae2cba34c17
[HIDPARSER] Don't include pshpack1.h before including other headers

NEVER DO THIS! It is guaranteed to be wrong. Instead always individually pack single structures that need packing.
This fixes USB mouse on 64 bit builds.
sdk/lib/drivers/hidparser/parser.h