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
844c8a18
Commit
844c8a18
authored
Feb 06, 2009
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
widl: Add a dummy reference to the filter function to avoid a warning.
parent
a0fb6246
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
typegen.c
tools/widl/typegen.c
+3
-1
No files found.
tools/widl/typegen.c
View file @
844c8a18
...
...
@@ -3685,7 +3685,9 @@ void write_exceptions( FILE *file )
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"#else /* USE_COMPILER_EXCEPTIONS */
\n
"
);
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"#define RpcExceptionInit(filter_func,finally_func) do {} while(0)
\n
"
);
fprintf
(
file
,
"#define RpcExceptionInit(filter_func,finally_func)
\\\n
"
);
fprintf
(
file
,
" do { (void)(filter_func); } while(0)
\n
"
);
fprintf
(
file
,
"
\n
"
);
fprintf
(
file
,
"#define __DECL_EXCEPTION_FRAME
\\\n
"
);
fprintf
(
file
,
" DWORD code;
\n
"
);
fprintf
(
file
,
"
\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