You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
425 B
37 lines
425 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
pch.h
|
|
|
|
Abstract
|
|
|
|
|
|
Author:
|
|
|
|
Forrest Foltz
|
|
Ervin P.
|
|
|
|
Environment:
|
|
|
|
Kernel mode only
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
|
|
|
|
#include <wdm.h>
|
|
#include <stdio.h>
|
|
#include <hidpddi.h>
|
|
#include <hidport.h>
|
|
#include <wmilib.h>
|
|
#include <wdmguid.h>
|
|
#include <wmistr.h>
|
|
#include <strsafe.h>
|
|
#include "local.h"
|
|
#include "debug.h"
|