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
08c6f507
Commit
08c6f507
authored
Nov 15, 2008
by
Andrew Talbot
Committed by
Alexandre Julliard
Nov 17, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Remove superfluous semicolons.
parent
f5789648
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
proxy.c
tools/widl/proxy.c
+1
-1
server.c
tools/widl/server.c
+1
-1
typegen.c
tools/widl/typegen.c
+1
-1
No files found.
tools/widl/proxy.c
View file @
08c6f507
...
@@ -113,7 +113,7 @@ static void init_proxy(const statement_list_t *stmts)
...
@@ -113,7 +113,7 @@ static void init_proxy(const statement_list_t *stmts)
print_proxy
(
"
\n
"
);
print_proxy
(
"
\n
"
);
print_proxy
(
"struct __proxy_frame
\n
"
);
print_proxy
(
"struct __proxy_frame
\n
"
);
print_proxy
(
"{
\n
"
);
print_proxy
(
"{
\n
"
);
print_proxy
(
" __DECL_EXCEPTION_FRAME
;
\n
"
);
print_proxy
(
" __DECL_EXCEPTION_FRAME
\n
"
);
print_proxy
(
" MIDL_STUB_MESSAGE _StubMsg;
\n
"
);
print_proxy
(
" MIDL_STUB_MESSAGE _StubMsg;
\n
"
);
print_proxy
(
" void *This;
\n
"
);
print_proxy
(
" void *This;
\n
"
);
print_proxy
(
"};
\n
"
);
print_proxy
(
"};
\n
"
);
...
...
tools/widl/server.c
View file @
08c6f507
...
@@ -383,7 +383,7 @@ static void init_server(void)
...
@@ -383,7 +383,7 @@ static void init_server(void)
print_server
(
"
\n
"
);
print_server
(
"
\n
"
);
print_server
(
"struct __server_frame
\n
"
);
print_server
(
"struct __server_frame
\n
"
);
print_server
(
"{
\n
"
);
print_server
(
"{
\n
"
);
print_server
(
" __DECL_EXCEPTION_FRAME
;
\n
"
);
print_server
(
" __DECL_EXCEPTION_FRAME
\n
"
);
print_server
(
" MIDL_STUB_MESSAGE _StubMsg;
\n
"
);
print_server
(
" MIDL_STUB_MESSAGE _StubMsg;
\n
"
);
print_server
(
"};
\n
"
);
print_server
(
"};
\n
"
);
print_server
(
"
\n
"
);
print_server
(
"
\n
"
);
...
...
tools/widl/typegen.c
View file @
08c6f507
...
@@ -3405,7 +3405,7 @@ void write_exceptions( FILE *file )
...
@@ -3405,7 +3405,7 @@ void write_exceptions( FILE *file )
fprintf
(
file
,
" unsigned char finally_level;
\n
"
);
fprintf
(
file
,
" unsigned char finally_level;
\n
"
);
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"struct __exception_frame
\n
{
\n
"
);
fprintf
(
file
,
"struct __exception_frame
\n
{
\n
"
);
fprintf
(
file
,
" __DECL_EXCEPTION_FRAME
;
\n
"
);
fprintf
(
file
,
" __DECL_EXCEPTION_FRAME
\n
"
);
fprintf
(
file
,
"};
\n
"
);
fprintf
(
file
,
"};
\n
"
);
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"static DWORD __widl_exception_handler( EXCEPTION_RECORD *record,
\n
"
);
fprintf
(
file
,
"static DWORD __widl_exception_handler( EXCEPTION_RECORD *record,
\n
"
);
...
...
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