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