reactos/dll/win32/hid/precomp.h
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

23 lines
437 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);
#define DDKAPI __stdcall // FIXME
#include <ntndk.h>
#include <hidusage.h>
#include <hidclass.h>
#include <hidpi.h>
extern HINSTANCE hDllInstance;
extern const GUID HidClassGuid;
/* EOF */