makefiles: Pass --nostdinc also to widl.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Alexandre Julliard 2019-11-02 13:47:32 +01:00
parent 5f39d36a6c
commit 42cf6cce4b
1 changed files with 1 additions and 0 deletions

View File

@ -2786,6 +2786,7 @@ static void output_source_idl( struct makefile *make, struct incl_file *source,
output( ": %s\n", tools_path( make, "widl" ));
output( "\t%s -o $@", tools_path( make, "widl" ) );
output_filenames( target_flags );
output_filename( "--nostdinc" );
output_filenames( defines );
output_filenames( get_expanded_make_var_array( make, "EXTRAIDLFLAGS" ));
output_filenames( get_expanded_file_local_var( make, obj, "EXTRAIDLFLAGS" ));