Module: wine Branch: master Commit: 2064181c1f120e8d537952b3eeed5ab6938a59bb URL: https://source.winehq.org/git/wine.git/?a=commit;h=2064181c1f120e8d537952b3e...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Sep 23 11:52:15 2021 +0200
winegcc: Unify the strarray implementation with the one from makedep.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/winegcc/utils.c | 161 ++++----- tools/winegcc/utils.h | 31 +- tools/winegcc/winegcc.c | 862 +++++++++++++++++++++++------------------------- 3 files changed, 493 insertions(+), 561 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2064181c1f120e8d53795...