Module: wine Branch: master Commit: b53773cff2f878709bf7783a6830e1b937ed49a5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b53773cff2f878709bf7783a6...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Dec 10 12:56:41 2021 +0100
tools: Move the output buffer functions to the common header.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/tools.h | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ tools/widl/utils.c | 71 ------------------------------------------ tools/widl/utils.h | 12 -------- tools/winebuild/build.h | 11 ------- tools/winebuild/res32.c | 2 +- tools/winebuild/spec32.c | 2 +- tools/winebuild/utils.c | 75 --------------------------------------------- tools/wmc/utils.c | 64 -------------------------------------- tools/wmc/utils.h | 13 -------- tools/wrc/genres.c | 77 +++------------------------------------------- 10 files changed, 86 insertions(+), 321 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b53773cff2f878709bf77...