mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +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 <ntddkbd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#define MAX_PATH 260
|
||||||
NTSTATUS NTAPI
|
|
||||||
IoAttachDeviceToDeviceStackSafe(
|
|
||||||
IN PDEVICE_OBJECT SourceDevice,
|
|
||||||
IN PDEVICE_OBJECT TargetDevice,
|
|
||||||
OUT PDEVICE_OBJECT *AttachedToDeviceObject);
|
|
||||||
#else
|
|
||||||
#error Unknown compiler!
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
|
|
|
@ -3,16 +3,7 @@
|
||||||
#include <ntddmou.h>
|
#include <ntddmou.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
#define MAX_PATH 260
|
||||||
NTSTATUS NTAPI
|
|
||||||
IoAttachDeviceToDeviceStackSafe(
|
|
||||||
IN PDEVICE_OBJECT SourceDevice,
|
|
||||||
IN PDEVICE_OBJECT TargetDevice,
|
|
||||||
OUT PDEVICE_OBJECT *AttachedToDeviceObject);
|
|
||||||
#else
|
|
||||||
#error Unknown compiler!
|
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
dsStopped,
|
dsStopped,
|
||||||
|
|
Loading…
Reference in a new issue