[I8042PRT]

* A better way of handling GUIDs thanks to Timo.
CORE-7716

svn path=/trunk/; revision=61394
This commit is contained in:
Amine Khaldi 2013-12-25 10:25:08 +00:00
parent e8f61c45db
commit f5dfd72012
3 changed files with 8 additions and 2 deletions

View file

@ -9,6 +9,7 @@ add_library(i8042prt SHARED
ps2pp.c
readwrite.c
registry.c
guid.c
i8042prt.rc)
set_module_type(i8042prt kernelmodedriver)

View 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 */

View file

@ -1,6 +1,4 @@
#define INITGUID
#include <ntifs.h>
#include <kbdmou.h>
#include <ntdd8042.h>