mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[HIDCLASS]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61876
This commit is contained in:
parent
45e155f85a
commit
9bda77c266
3 changed files with 10 additions and 2 deletions
|
@ -6,6 +6,7 @@ list(APPEND SOURCE
|
|||
hidclass.c
|
||||
hidclass.rc
|
||||
pdo.c
|
||||
guid.c
|
||||
${CMAKE_CURRENT_BINARY_DIR}/hidclass.def)
|
||||
|
||||
add_library(hidclass SHARED ${SOURCE})
|
||||
|
|
9
reactos/drivers/hid/hidclass/guid.c
Normal file
9
reactos/drivers/hid/hidclass/guid.c
Normal file
|
@ -0,0 +1,9 @@
|
|||
/* DO NOT USE THE PRECOMPILED HEADER FOR THIS FILE! */
|
||||
|
||||
#include <ntdef.h>
|
||||
#include <miniport.h>
|
||||
#include <initguid.h>
|
||||
#include <wdmguid.h>
|
||||
#include <hidclass.h>
|
||||
|
||||
/* NO CODE HERE, THIS IS JUST REQUIRED FOR THE GUID DEFINITIONS */
|
|
@ -4,8 +4,6 @@
|
|||
#include <wdm.h>
|
||||
#include <hidpddi.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include <initguid.h>
|
||||
#include <hidport.h>
|
||||
|
||||
#define HIDCLASS_TAG 'CdiH'
|
||||
|
|
Loading…
Reference in a new issue