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
785d7a88
Commit
785d7a88
authored
Dec 20, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 20, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Add the missing guiddef.h include directives.
parent
a603e987
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
20 additions
and
4 deletions
+20
-4
cfgmgr32.h
include/cfgmgr32.h
+4
-0
dbt.h
include/dbt.h
+4
-0
ntddndis.h
include/ntddndis.h
+8
-4
ntsecapi.h
include/ntsecapi.h
+4
-0
No files found.
include/cfgmgr32.h
View file @
785d7a88
...
...
@@ -21,6 +21,10 @@
/* FIXME: #include <cfg.h> */
#ifndef GUID_DEFINED
# include <guiddef.h>
#endif
/* cfgmgr32 doesn't use the normal convention, it adds an underscore before A/W */
#ifdef WINE_NO_UNICODE_MACROS
# define DECL_WINELIB_CFGMGR32_TYPE_AW(type)
/* nothing */
...
...
include/dbt.h
View file @
785d7a88
...
...
@@ -19,6 +19,10 @@
#ifndef __WINE_DBT_H
#define __WINE_DBT_H
#ifndef GUID_DEFINED
# include <guiddef.h>
#endif
/* dbt.h doesn't use the normal convention, it adds an underscore before A/W */
#ifdef WINE_NO_UNICODE_MACROS
# define DECL_WINELIB_DBT_TYPE_AW(type)
/* nothing */
...
...
include/ntddndis.h
View file @
785d7a88
...
...
@@ -19,14 +19,18 @@
#ifndef _NTDDNDIS_
#define _NTDDNDIS_
#ifdef __cplusplus
extern
"C"
{
#endif
#include <ifdef.h>
#include <devpkey.h>
/* #include <pciprop.h> */
#ifndef GUID_DEFINED
# include <guiddef.h>
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
#define _NDIS_CONTROL_CODE(request, method) \
CTL_CODE(FILE_DEVICE_PHYSICAL_NETCARD, request, method, FILE_ANY_ACCESS)
...
...
include/ntsecapi.h
View file @
785d7a88
...
...
@@ -19,6 +19,10 @@
#ifndef __WINE_NTSECAPI_H
#define __WINE_NTSECAPI_H
#ifndef GUID_DEFINED
# include <guiddef.h>
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
...
...
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