include: Add ddk/ prefix when including ddk headers.
This commit is contained in:
parent
71e5fdf478
commit
354688faba
|
@ -19,7 +19,7 @@
|
||||||
#ifndef __HIDPORT_H__
|
#ifndef __HIDPORT_H__
|
||||||
#define __HIDPORT_H__
|
#define __HIDPORT_H__
|
||||||
|
|
||||||
#include <hidclass.h>
|
#include <ddk/hidclass.h>
|
||||||
|
|
||||||
typedef struct _HID_MINIDRIVER_REGISTRATION
|
typedef struct _HID_MINIDRIVER_REGISTRATION
|
||||||
{
|
{
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
#ifndef __WINE_HIDSDI_H
|
#ifndef __WINE_HIDSDI_H
|
||||||
#define __WINE_HIDSDI_H
|
#define __WINE_HIDSDI_H
|
||||||
|
|
||||||
#include "hidusage.h"
|
#include <hidusage.h>
|
||||||
#include "hidpi.h"
|
#include <ddk/hidpi.h>
|
||||||
|
|
||||||
#ifndef WINE_NTSTATUS_DECLARED
|
#ifndef WINE_NTSTATUS_DECLARED
|
||||||
#define WINE_NTSTATUS_DECLARED
|
#define WINE_NTSTATUS_DECLARED
|
||||||
|
|
Loading…
Reference in New Issue