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
74b240bf
Commit
74b240bf
authored
Sep 27, 2007
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 27, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
includes: Remove unneeded extern "C" statements.
parent
d32d8ac8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
msidefs.h
include/msidefs.h
+0
-8
wshisotp.h
include/wshisotp.h
+0
-7
No files found.
include/msidefs.h
View file @
74b240bf
...
@@ -19,10 +19,6 @@
...
@@ -19,10 +19,6 @@
#ifndef __WINE_MSIDEFS_H
#ifndef __WINE_MSIDEFS_H
#define __WINE_MSIDEFS_H
#define __WINE_MSIDEFS_H
#ifdef __cplusplus
extern
"C"
{
#endif
enum
msidbUpgradeAttributes
{
enum
msidbUpgradeAttributes
{
msidbUpgradeAttributesMigrateFeatures
=
0x0000001
,
msidbUpgradeAttributesMigrateFeatures
=
0x0000001
,
msidbUpgradeAttributesOnlyDetect
=
0x00000002
,
msidbUpgradeAttributesOnlyDetect
=
0x00000002
,
...
@@ -243,8 +239,4 @@ enum msidbServiceControlEvent
...
@@ -243,8 +239,4 @@ enum msidbServiceControlEvent
#define PID_MSISOURCE PID_WORDCOUNT
#define PID_MSISOURCE PID_WORDCOUNT
#define PID_MSIRESTRICT PID_CHARCOUNT
#define PID_MSIRESTRICT PID_CHARCOUNT
#ifdef __cplusplus
}
#endif
#endif
/* __WINE_MSIDEFS_H */
#endif
/* __WINE_MSIDEFS_H */
include/wshisotp.h
View file @
74b240bf
...
@@ -19,9 +19,6 @@
...
@@ -19,9 +19,6 @@
#ifndef _WINE_WSHISOTP_
#ifndef _WINE_WSHISOTP_
#define _WINE_WSHISOTP_
#define _WINE_WSHISOTP_
#ifdef __cplusplus
extern
"C"
{
#endif
/* defined(__cplusplus) */
/*
/*
* constants
* constants
...
@@ -30,8 +27,4 @@ extern "C" {
...
@@ -30,8 +27,4 @@ extern "C" {
#define ISOPROTO_TP ISOPROTO_TP4
#define ISOPROTO_TP ISOPROTO_TP4
#ifdef __cplusplus
}
/* extern "C" */
#endif
/* defined(__cplusplus) */
#endif
/* _WINE_WSHISOTP_ */
#endif
/* _WINE_WSHISOTP_ */
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