9ae79cae666eea5a431115dc955db6afef8c9d4b
[reactos.git] / reactos / dll / win32 / hid / precomp.h
1 #define WIN32_NO_STATUS
2 #include <windows.h>
3 #include <debug.h>
4
5 #define _HIDPI_
6 #define _HIDPI_NO_FUNCTION_MACROS_
7 typedef VOID
8 (WINAPI *PINTERFACE_REFERENCE)(
9 PVOID Context);
10 typedef VOID
11 (WINAPI *PINTERFACE_DEREFERENCE)(
12 PVOID Context);
13 #include <ntndk.h>
14 #include <hidusage.h>
15 #include <hidclass.h>
16 #include <hidpi.h>
17
18 extern HINSTANCE hDllInstance;
19 extern const GUID HidClassGuid;
20
21 /* EOF */