dc8a747a7b24d9635e7e6624cc98c7a59bf86c68
[reactos.git] / reactos / lib / hid / precomp.h
1 #include <ddk/ntddk.h>
2 #include <windows.h>
3
4 #define _HIDPI_
5 #define _HIDPI_NO_FUNCTION_MACROS_
6 #include <ddk/hidusage.h>
7 #include <ddk/hidclass.h>
8 #include <ddk/hidpi.h>
9
10 extern HINSTANCE hDllInstance;
11 extern const GUID HidClassGuid;
12
13 #ifndef UNIMPLEMENTED
14 #define UNIMPLEMENTED \
15 DbgPrint("HID: %s at %s:%d is UNIMPLEMENTED!\n",__FUNCTION__,__FILE__,__LINE__)
16 #endif
17
18 /* EOF */