mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[HIDCLASS]
* Improve the GUIDs situation. CORE-7716 svn path=/trunk/; revision=61876
This commit is contained in:
@@ -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})
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user