mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[HIDPARSER]
* Improve header inclusions. CORE-7716 svn path=/trunk/; revision=61963
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user