Commit 8e8e0b24 authored by Aric Stewart's avatar Aric Stewart Committed by Alexandre Julliard

include: Correct NTSTATUS declaration for hidsdi.h.

parent 2a385e42
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment