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
|
||||
#define __WINE_HIDSDI_H
|
||||
|
||||
#include <hidusage.h>
|
||||
#include <ddk/hidpi.h>
|
||||
|
||||
#ifndef WINE_NTSTATUS_DECLARED
|
||||
#define WINE_NTSTATUS_DECLARED
|
||||
typedef LONG NTSTATUS;
|
||||
#endif
|
||||
|
||||
#include <hidusage.h>
|
||||
#include <ddk/hidpi.h>
|
||||
|
||||
typedef struct _HIDD_ATTRIBUTES {
|
||||
ULONG Size;
|
||||
USHORT VendorID;
|
||||
|
|
Loading…
Reference in New Issue