- Get kbd/mouclass compiling
[reactos.git] / reactos / drivers / input / mouclass / mouclass.h
index 555b89d..dd76369 100644 (file)
@@ -3,16 +3,7 @@
 #include <ntddmou.h>
 #include <stdio.h>
 
-#if defined(__GNUC__)
-  NTSTATUS NTAPI
-  IoAttachDeviceToDeviceStackSafe(
-    IN PDEVICE_OBJECT SourceDevice,
-    IN PDEVICE_OBJECT TargetDevice,
-    OUT PDEVICE_OBJECT *AttachedToDeviceObject);
-#else
-  #error Unknown compiler!
-#endif
-
+#define MAX_PATH 260
 typedef enum
 {
        dsStopped,