include: Add ddk/ prefix when including ddk headers.

This commit is contained in:
Alexandre Julliard 2015-07-08 14:59:45 +09:00
parent 71e5fdf478
commit 354688faba
2 changed files with 3 additions and 3 deletions

View File

@ -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
{ {

View File

@ -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