Aric Stewart : include: Correct NTSTATUS declaration for hidsdi.h.
Module: wine Branch: master Commit: 8e8e0b24da097164571f351dda0c779e222079b5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8e8e0b24da097164571f351dda... Author: Aric Stewart <aric(a)codeweavers.com> Date: Mon Oct 17 15:58:24 2016 +0200 include: Correct NTSTATUS declaration for hidsdi.h. Signed-off-by: Aric Stewart <aric(a)codeweavers.com> Signed-off-by: Sebastian Lackner <sebastian(a)fds-team.de> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 354076f..75f2e3b 100644 --- a/include/ddk/hidsdi.h +++ b/include/ddk/hidsdi.h @@ -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;
participants (1)
-
Alexandre Julliard