19 Apr
2023
19 Apr
'23
3:57 p.m.
Rémi Bernon (@rbernon) commented about tools/makedep.c:
strarray_addall_uniq( &make->extra_imports, get_expanded_file_local_var( make, obj, "IMPORTS" )); } + if (source->file->flags & FLAG_WAYLAND_PROTO) + { + char *code_name = replace_extension ( source->name , ".xml", "-protocol.c" ); + char *header_name = replace_extension ( source->name , ".xml", "-client-protocol.h" ); +
```suggestion:-2+0 char *code_name = replace_extension( source->name , ".xml", "-protocol.c" ); char *header_name = replace_extension( source->name , ".xml", "-client-protocol.h" ); ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2476#note_30510