reactos/dll/win32/hid/precomp.h
Amine Khaldi c424146e2c Create a branch for cmake bringup.
svn path=/branches/cmake-bringup/; revision=48236
2010-07-24 18:52:44 +00:00

22 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 */