reactos/dll/win32/hid/precomp.h
Hermès Bélusca-Maïto 65ce146169 Create a branch for working on csrss and co.
svn path=/branches/ros-csrss/; revision=57561
2012-10-14 13:04:31 +00:00

24 lines
433 B
C

#define WIN32_NO_STATUS
#include <windows.h>
#include <debug.h>
#define NTOS_MODE_USER
#include <ndk/umtypes.h>
#define _HIDPI_
#define _HIDPI_NO_FUNCTION_MACROS_
typedef VOID
(WINAPI *PINTERFACE_REFERENCE)(
PVOID Context);
typedef VOID
(WINAPI *PINTERFACE_DEREFERENCE)(
PVOID Context);
#include <hidusage.h>
#include <hidclass.h>
#include <hidpi.h>
extern HINSTANCE hDllInstance;
extern const GUID HidClassGuid;
/* EOF */