Aric Stewart : include: Correct NTSTATUS declaration for hidsdi.h.

Alexandre Julliard julliard at winehq.org
Wed Oct 19 20:47:57 CDT 2016


Module: wine
Branch: master
Commit: 8e8e0b24da097164571f351dda0c779e222079b5
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8e8e0b24da097164571f351dda0c779e222079b5

Author: Aric Stewart <aric at codeweavers.com>
Date:   Mon Oct 17 15:58:24 2016 +0200

include: Correct NTSTATUS declaration for hidsdi.h.

Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
Signed-off-by: Alexandre Julliard <julliard at 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;




More information about the wine-cvs mailing list