mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
2978d4b61b
Interface between both is not anymore the HidParser_* functions, but the HidP_* functions and the AllocFunction/FreeFunction/DebugFunctions/ ZeroFunction/CopyFunction.
10 lines
172 B
C
10 lines
172 B
C
#pragma once
|
|
|
|
#define _HIDPI_
|
|
#define _HIDPI_NO_FUNCTION_MACROS_
|
|
#include <ntddk.h>
|
|
#include <hidpddi.h>
|
|
#include <hidpi.h>
|
|
#include <stdio.h>
|
|
|
|
#define HIDPARSE_TAG 'PdiH'
|