Module: wine Branch: master Commit: 234710e8f7777796c1a2b0e0d182b68fe88aa0cc URL: https://source.winehq.org/git/wine.git/?a=commit;h=234710e8f7777796c1a2b0e0d...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Apr 1 12:58:03 2022 +0200
wrc: Remove resource dumping support.
winedump can be used to debug resource contents.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/wrc/Makefile.in | 1 - tools/wrc/dumpres.c | 924 -------------------------------------------------- tools/wrc/dumpres.h | 30 -- tools/wrc/parser.y | 3 - tools/wrc/utils.c | 10 + tools/wrc/utils.h | 1 + tools/wrc/wrc.c | 4 - 7 files changed, 11 insertions(+), 962 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=234710e8f7777796c1a2b...