reactos/reactos/drivers/hid/hidparse/hidparse.h
Johannes Anderwald 042a365171 [HIDPARSER, HIDPARSE, INCLUDE]
- Fix function signatures
CORE-7183 #comment fixed #resolve

svn path=/trunk/; revision=59217
2013-06-15 06:18:02 +00:00

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'