mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00

- Fix function signatures CORE-7183 #comment fixed #resolve svn path=/trunk/; revision=59217
13 lines
231 B
C
13 lines
231 B
C
#pragma once
|
|
|
|
#define _HIDPI_
|
|
#define _HIDPI_NO_FUNCTION_MACROS_
|
|
#include <ntddk.h>
|
|
#include <hidpddi.h>
|
|
#include <hidpi.h>
|
|
#define NDEBUG
|
|
//#include <debug.h>
|
|
#include "hidparser.h"
|
|
#include <stdio.h>
|
|
|
|
#define HIDPARSE_TAG 'PdiH'
|