mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[I8042PRT]
* Define INITGUID in the main header. CORE-7716 svn path=/trunk/; revision=61384
This commit is contained in:
parent
1644776d78
commit
8172b44b7e
2 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,6 @@
|
|||
|
||||
/* INCLUDES ******************************************************************/
|
||||
|
||||
#define INITGUID
|
||||
#include "i8042prt.h"
|
||||
|
||||
/* FUNCTIONS *****************************************************************/
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
#define INITGUID
|
||||
|
||||
#include <ntifs.h>
|
||||
#include <kbdmou.h>
|
||||
#include <ntdd8042.h>
|
||||
|
|
Loading…
Reference in a new issue