Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
354688fa
Commit
354688fa
authored
Jul 08, 2015
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add ddk/ prefix when including ddk headers.
parent
71e5fdf4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
hidport.h
include/ddk/hidport.h
+1
-1
hidsdi.h
include/ddk/hidsdi.h
+2
-2
No files found.
include/ddk/hidport.h
View file @
354688fa
...
...
@@ -19,7 +19,7 @@
#ifndef __HIDPORT_H__
#define __HIDPORT_H__
#include <hidclass.h>
#include <
ddk/
hidclass.h>
typedef
struct
_HID_MINIDRIVER_REGISTRATION
{
...
...
include/ddk/hidsdi.h
View file @
354688fa
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment