mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[I8042PRT]
* A better way of handling GUIDs thanks to Timo. CORE-7716 svn path=/trunk/; revision=61394
This commit is contained in:
parent
e8f61c45db
commit
f5dfd72012
3 changed files with 8 additions and 2 deletions
|
@ -9,6 +9,7 @@ add_library(i8042prt SHARED
|
|||
ps2pp.c
|
||||
readwrite.c
|
||||
registry.c
|
||||
guid.c
|
||||
i8042prt.rc)
|
||||
|
||||
set_module_type(i8042prt kernelmodedriver)
|
||||
|
|
7
reactos/drivers/input/i8042prt/guid.c
Normal file
7
reactos/drivers/input/i8042prt/guid.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
||||
|
||||
#include <wdm.h>
|
||||
#include <initguid.h>
|
||||
#include <poclass.h>
|
||||
|
||||
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|
|
@ -1,6 +1,4 @@
|
|||
|
||||
#define INITGUID
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <kbdmou.h>
|
||||
#include <ntdd8042.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue