mirror of
https://github.com/reactos/reactos.git
synced 2025-01-12 01:00:06 +00:00
c424146e2c
svn path=/branches/cmake-bringup/; revision=48236
21 lines
403 B
C
21 lines
403 B
C
#define WIN32_NO_STATUS
|
|
#include <windows.h>
|
|
#include <debug.h>
|
|
|
|
#define _HIDPI_
|
|
#define _HIDPI_NO_FUNCTION_MACROS_
|
|
typedef VOID
|
|
(WINAPI *PINTERFACE_REFERENCE)(
|
|
PVOID Context);
|
|
typedef VOID
|
|
(WINAPI *PINTERFACE_DEREFERENCE)(
|
|
PVOID Context);
|
|
#include <ntndk.h>
|
|
#include <hidusage.h>
|
|
#include <hidclass.h>
|
|
#include <hidpi.h>
|
|
|
|
extern HINSTANCE hDllInstance;
|
|
extern const GUID HidClassGuid;
|
|
|
|
/* EOF */
|