[HIDCLASS]

* Improve the GUIDs situation.
CORE-7716

svn path=/trunk/; revision=61876
This commit is contained in:
Amine Khaldi 2014-01-29 10:51:04 +00:00
parent 45e155f85a
commit 9bda77c266
3 changed files with 10 additions and 2 deletions

View file

@ -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})

View 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 */

View file

@ -4,8 +4,6 @@
#include <wdm.h>
#include <hidpddi.h>
#include <stdio.h>
#include <initguid.h>
#include <hidport.h>
#define HIDCLASS_TAG 'CdiH'