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