Module: wine Branch: master Commit: 97ca9f8a3ddf7347f589cd928ef3fe1a7ef23fc3 URL: https://source.winehq.org/git/wine.git/?a=commit;h=97ca9f8a3ddf7347f589cd928...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Sep 28 10:08:06 2021 +0200
tools: Add a shared header for common helper functions.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
configure | 2 +- configure.ac | 2 +- tools/make_xftmpl.c | 19 ++--- tools/makedep.c | 151 +--------------------------------- tools/sfnt2fon/sfnt2fon.c | 13 ++- tools/tools.h | 204 ++++++++++++++++++++++++++++++++++++++++++++++ tools/widl/utils.c | 63 -------------- tools/widl/utils.h | 21 ----- tools/widl/widl.h | 1 + tools/winebuild/build.h | 34 +------- tools/winebuild/utils.c | 116 -------------------------- tools/winegcc/utils.c | 114 -------------------------- tools/winegcc/utils.h | 27 +----- tools/wmc/utils.c | 63 -------------- tools/wmc/utils.h | 13 +-- tools/wrc/utils.c | 63 -------------- tools/wrc/utils.h | 12 --- tools/wrc/wpp_private.h | 1 + tools/wrc/wrc.h | 1 + 19 files changed, 226 insertions(+), 694 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=97ca9f8a3ddf7347f589c...