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
3e1af081
Commit
3e1af081
authored
Dec 13, 2011
by
Francois Gouget
Committed by
Alexandre Julliard
Dec 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Remove unneeded extern "C" directives.
parent
a78067fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
vsstyle.h
include/vsstyle.h
+0
-7
vssym32.h
include/vssym32.h
+0
-7
No files found.
include/vsstyle.h
View file @
3e1af081
...
...
@@ -19,9 +19,6 @@
#ifndef __VSSTYLE_H__
#define __VSSTYLE_H__
#ifdef __cplusplus
extern
"C"
{
#endif
#define TMTVS_RESERVEDLOW 100000
#define TMTVS_RESERVEDHIGH 19999
...
...
@@ -1739,8 +1736,4 @@ enum CLOSEBUTTONSTATES {
CBS_DISABLED
=
4
,
};
#ifdef __cplusplus
}
#endif
#endif
/* __VSSTYLE_H__ */
include/vssym32.h
View file @
3e1af081
...
...
@@ -21,9 +21,6 @@
#include "vsstyle.h"
#ifdef __cplusplus
extern
"C"
{
#endif
enum
BGTYPE
{
BT_IMAGEFILE
=
0
,
...
...
@@ -678,8 +675,4 @@ enum MENUBANDSTATES {
MDS_HOTCHECKED
=
6
,
};
#ifdef __cplusplus
}
#endif
#endif
/* __VSSYM32_H__ */
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