mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
[I8042PRT]
* A better way of handling GUIDs thanks to Timo. CORE-7716 svn path=/trunk/; revision=61394
This commit is contained in:
@@ -9,6 +9,7 @@ add_library(i8042prt SHARED
|
||||
ps2pp.c
|
||||
readwrite.c
|
||||
registry.c
|
||||
guid.c
|
||||
i8042prt.rc)
|
||||
|
||||
set_module_type(i8042prt kernelmodedriver)
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user