reactos/sdk/lib/drivers/hidparser
Timo Kreuzer 9229e73f03 [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.
2021-06-10 08:52:22 +02:00
..
api.c [HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes 2020-07-31 14:32:08 +02:00
CMakeLists.txt [HIDParser] Fix MSVC build 2019-05-02 14:33:07 -05:00
context.c [HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes 2020-07-31 14:32:08 +02:00
hidp.c [HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes 2020-07-31 14:32:08 +02:00
hidp.h
hidparser.c [HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes 2020-07-31 14:32:08 +02:00
hidparser.h [HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes 2020-07-31 14:32:08 +02:00
parser.c [HIDPARSER] Remove HIDPARSER specific error codes, and remplace them by HIDP_* NTSTATUS codes 2020-07-31 14:32:08 +02:00
parser.h [HIDPARSER] Don't include pshpack1.h before including other headers 2021-06-10 08:52:22 +02:00