mirror of
https://github.com/reactos/reactos.git
synced 2025-04-04 12:39:35 +00:00
[HIDPARSER]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61963
This commit is contained in:
parent
5738b8acbf
commit
e20351d346
2 changed files with 6 additions and 10 deletions
|
@ -10,12 +10,6 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define _HIDPI_
|
||||
#define _HIDPI_NO_FUNCTION_MACROS_
|
||||
#include <ntddk.h>
|
||||
#include <hidpddi.h>
|
||||
#include <hidpi.h>
|
||||
|
||||
//
|
||||
// function prototypes
|
||||
//
|
||||
|
|
|
@ -1,10 +1,12 @@
|
|||
|
||||
#pragma once
|
||||
#include <ntddk.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <wdm.h>
|
||||
#include <pshpack1.h>
|
||||
#define _HIDPI_
|
||||
#define _HIDPI_NO_FUNCTION_MACROS_
|
||||
#include <hidpddi.h>
|
||||
|
||||
#include "hidparser.h"
|
||||
#include <ntddkbd.h>
|
||||
|
||||
/*
|
||||
* Copyright 2007, Haiku, Inc. All Rights Reserved.
|
||||
|
|
Loading…
Reference in a new issue