mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
- Get kbd/mouclass compiling
svn path=/trunk/; revision=20652
This commit is contained in:
parent
e3153f1ab6
commit
20d90ebd53
2 changed files with 2 additions and 19 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue