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__
#define __HIDPORT_H__
#include <hidclass.h>
#include <ddk/hidclass.h>
typedef struct _HID_MINIDRIVER_REGISTRATION
{

View file

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