From 8e8e0b24da097164571f351dda0c779e222079b5 Mon Sep 17 00:00:00 2001 From: Aric Stewart Date: Mon, 17 Oct 2016 15:58:24 +0200 Subject: [PATCH] include: Correct NTSTATUS declaration for hidsdi.h. Signed-off-by: Aric Stewart Signed-off-by: Sebastian Lackner Signed-off-by: Alexandre Julliard --- include/ddk/hidsdi.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ddk/hidsdi.h b/include/ddk/hidsdi.h index 354076fd186..75f2e3b6c78 100644 --- a/include/ddk/hidsdi.h +++ b/include/ddk/hidsdi.h @@ -19,14 +19,14 @@ #ifndef __WINE_HIDSDI_H #define __WINE_HIDSDI_H -#include -#include - #ifndef WINE_NTSTATUS_DECLARED #define WINE_NTSTATUS_DECLARED typedef LONG NTSTATUS; #endif +#include +#include + typedef struct _HIDD_ATTRIBUTES { ULONG Size; USHORT VendorID;