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
2349a5eb
Commit
2349a5eb
authored
Sep 07, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Move some included files outside of extern "C".
parent
380fd731
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
15 additions
and
16 deletions
+15
-16
ddrawi.h
include/ddrawi.h
+3
-3
mapival.h
include/mapival.h
+4
-4
msi.h
include/msi.h
+4
-4
rpcndr.h
include/rpcndr.h
+2
-2
shlobj.h
include/shlobj.h
+2
-3
No files found.
include/ddrawi.h
View file @
2349a5eb
...
...
@@ -22,13 +22,13 @@
#ifndef __WINE_DDRAWI_H
#define __WINE_DDRAWI_H
#include <ddraw.h>
#include <dciddi.h>
/* the DD HAL is layered onto DCI escapes */
#ifdef __cplusplus
extern
"C"
{
#endif
#include <ddraw.h>
#include <dciddi.h>
/* the DD HAL is layered onto DCI escapes */
typedef
struct
_DDVIDEOPORTCAPS
*
LPDDVIDEOPORTCAPS
;
/* should be in dvp.h */
typedef
struct
_DDKERNELCAPS
*
LPDDKERNELCAPS
;
/* should be in ddkernel.h */
typedef
struct
_VMEMHEAP
*
LPVMEMHEAP
;
/* should be in dmemmgr.h */
...
...
include/mapival.h
View file @
2349a5eb
...
...
@@ -19,14 +19,14 @@
#ifndef MAPIVAL_H
#define MAPIVAL_H
#ifdef __cplusplus
extern
"C"
{
#endif
#include <mapiutil.h>
#include <stddef.h>
#include <stdarg.h>
#ifdef __cplusplus
extern
"C"
{
#endif
BOOL
WINAPI
FBadRglpszW
(
LPWSTR
*
,
ULONG
);
BOOL
WINAPI
FBadRowSet
(
LPSRowSet
);
BOOL
WINAPI
FBadRglpNameID
(
LPMAPINAMEID
*
,
ULONG
);
...
...
include/msi.h
View file @
2349a5eb
...
...
@@ -19,14 +19,14 @@
#ifndef __WINE_MSI_H
#define __WINE_MSI_H
#ifdef __cplusplus
extern
"C"
{
#endif
#ifndef _MSI_NO_CRYPTO
#include <wincrypt.h>
#endif
#ifdef __cplusplus
extern
"C"
{
#endif
typedef
ULONG
MSIHANDLE
;
typedef
enum
tagINSTALLSTATE
...
...
include/rpcndr.h
View file @
2349a5eb
...
...
@@ -24,12 +24,12 @@
#ifndef __WINE_RPCNDR_H
#define __WINE_RPCNDR_H
#include <basetsd.h>
#ifdef __cplusplus
extern
"C"
{
#endif
#include <basetsd.h>
#undef CONST_VTBL
#ifdef CONST_VTABLE
# define CONST_VTBL const
...
...
include/shlobj.h
View file @
2349a5eb
...
...
@@ -23,6 +23,8 @@
#include <commctrl.h>
#include <prsht.h>
#include <shlguid.h>
#include <shtypes.h>
#include <shobjidl.h>
#ifdef WINE_NO_UNICODE_MACROS
#undef GetObject
...
...
@@ -35,9 +37,6 @@ extern "C" {
/* Except for specific structs, this header is byte packed */
#include <pshpack1.h>
#include <shtypes.h>
#include <shobjidl.h>
#ifndef HPSXA_DEFINED
#define HPSXA_DEFINED
DECLARE_HANDLE
(
HPSXA
);
...
...
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