mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
widl: Add a dummy reference to the filter function to avoid a warning.
This commit is contained in:
parent
a0fb6246c0
commit
844c8a1804
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user