- Get kbd/mouclass compiling

svn path=/trunk/; revision=20652
This commit is contained in:
Alex Ionescu 2006-01-07 06:31:55 +00:00
parent e3153f1ab6
commit 20d90ebd53
2 changed files with 2 additions and 19 deletions

View file

@ -3,15 +3,7 @@
#include <ntddkbd.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
{

View 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,