include: Correct NTSTATUS declaration for hidsdi.h.
Signed-off-by: Aric Stewart <aric@codeweavers.com> Signed-off-by: Sebastian Lackner <sebastian@fds-team.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
2a385e420a
commit
8e8e0b24da
|
@ -19,14 +19,14 @@
|
||||||
#ifndef __WINE_HIDSDI_H
|
#ifndef __WINE_HIDSDI_H
|
||||||
#define __WINE_HIDSDI_H
|
#define __WINE_HIDSDI_H
|
||||||
|
|
||||||
#include <hidusage.h>
|
|
||||||
#include <ddk/hidpi.h>
|
|
||||||
|
|
||||||
#ifndef WINE_NTSTATUS_DECLARED
|
#ifndef WINE_NTSTATUS_DECLARED
|
||||||
#define WINE_NTSTATUS_DECLARED
|
#define WINE_NTSTATUS_DECLARED
|
||||||
typedef LONG NTSTATUS;
|
typedef LONG NTSTATUS;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <hidusage.h>
|
||||||
|
#include <ddk/hidpi.h>
|
||||||
|
|
||||||
typedef struct _HIDD_ATTRIBUTES {
|
typedef struct _HIDD_ATTRIBUTES {
|
||||||
ULONG Size;
|
ULONG Size;
|
||||||
USHORT VendorID;
|
USHORT VendorID;
|
||||||
|
|
Loading…
Reference in New Issue