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
4ed25766
Commit
4ed25766
authored
Dec 15, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 16, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add missing include directives.
parent
6fe14a01
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
11 additions
and
3 deletions
+11
-3
dmusbuff.h
include/dmusbuff.h
+2
-0
dpnathlp.h
include/dpnathlp.h
+2
-0
fdi.h
include/fdi.h
+2
-0
lmwksta.h
include/lmwksta.h
+1
-0
ntddndis.h
include/ntddndis.h
+2
-2
propvarutil.h
include/propvarutil.h
+0
-1
setupapi.h
include/setupapi.h
+1
-0
winineti.h
include/winineti.h
+1
-0
No files found.
include/dmusbuff.h
View file @
4ed25766
...
...
@@ -20,6 +20,8 @@
#ifndef __WINE_DMUSIC_BUFFER_H
#define __WINE_DMUSIC_BUFFER_H
#include <dmdls.h>
/*****************************************************************************
* Misc. definitions
*/
...
...
include/dpnathlp.h
View file @
4ed25766
...
...
@@ -19,6 +19,8 @@
#ifndef __DPNATHLP_H__
#define __DPNATHLP_H__
#include <ole2.h>
#ifdef __cplusplus
extern
"C"
{
#endif
...
...
include/fdi.h
View file @
4ed25766
...
...
@@ -19,6 +19,8 @@
#ifndef __WINE_FDI_H
#define __WINE_FDI_H
#include <basetsd.h>
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
include/lmwksta.h
View file @
4ed25766
...
...
@@ -20,6 +20,7 @@
#define __WINE_LMWKSTA_H
#include <lmcons.h>
#include <lmuseflg.h>
#ifdef __cplusplus
extern
"C"
{
...
...
include/ntddndis.h
View file @
4ed25766
...
...
@@ -23,8 +23,8 @@
extern
"C"
{
#endif
/* #include <ifdef.h>*/
/* #include <devpkey.h> */
#include <ifdef.h>
#include <devpkey.h>
/* #include <pciprop.h> */
#define _NDIS_CONTROL_CODE(request, method) \
...
...
include/propvarutil.h
View file @
4ed25766
...
...
@@ -19,7 +19,6 @@
#ifndef __WINE_PROPVARUTIL_H
#define __WINE_PROPVARUTIL_H
#include <propidl.h>
#include <shtypes.h>
#include <shlwapi.h>
...
...
include/setupapi.h
View file @
4ed25766
...
...
@@ -21,6 +21,7 @@
#define _INC_SETUPAPI
#include <commctrl.h>
#include <devpropdef.h>
#ifdef _WIN64
#include <pshpack8.h>
...
...
include/winineti.h
View file @
4ed25766
...
...
@@ -21,6 +21,7 @@
/* FIXME: #include <iedial.h> */
#include <schannel.h>
#include <sspi.h>
typedef
struct
_INTERNET_CACHE_CONFIG_PATH_ENTRYA
{
...
...
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