mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 23:45:42 +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.c
|
||||||
hidclass.rc
|
hidclass.rc
|
||||||
pdo.c
|
pdo.c
|
||||||
|
guid.c
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/hidclass.def)
|
${CMAKE_CURRENT_BINARY_DIR}/hidclass.def)
|
||||||
|
|
||||||
add_library(hidclass SHARED ${SOURCE})
|
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 <wdm.h>
|
||||||
#include <hidpddi.h>
|
#include <hidpddi.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <initguid.h>
|
|
||||||
#include <hidport.h>
|
#include <hidport.h>
|
||||||
|
|
||||||
#define HIDCLASS_TAG 'CdiH'
|
#define HIDCLASS_TAG 'CdiH'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue