Commit 354688fa authored by Alexandre Julliard's avatar Alexandre Julliard

include: Add ddk/ prefix when including ddk headers.

parent 71e5fdf4
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment