[NTFS] - Add some fixes and improvements to attribute.c from CR-123:
[reactos.git] / drivers / input / mouclass / mouclass.h
index cd70bee..fcc8775 100644 (file)
@@ -1,10 +1,8 @@
-#include <ntifs.h>
-#include <kbdmou.h>
-#include <ntddkbd.h>
-#include <stdio.h>
-#include <pseh/pseh2.h>
+#ifndef _MOUCLASS_PCH_
+#define _MOUCLASS_PCH_
 
-#include <debug.h>
+#include <ntifs.h>
+#include <ntddmou.h>
 
 #define MAX_PATH 260
 
@@ -48,6 +46,7 @@ typedef struct _PORT_DEVICE_EXTENSION
        PORT_DEVICE_STATE PnpState;
        PDEVICE_OBJECT LowerDevice;
        PDEVICE_OBJECT ClassDO;
+       HANDLE FileHandle;
        UNICODE_STRING InterfaceName;
 } PORT_DEVICE_EXTENSION, *PPORT_DEVICE_EXTENSION;
 
@@ -80,3 +79,5 @@ DuplicateUnicodeString(
        IN ULONG Flags,
        IN PCUNICODE_STRING SourceString,
        OUT PUNICODE_STRING DestinationString);
+
+#endif /* _MOUCLASS_PCH_ */