Module: wine Branch: master Commit: 49bea92bdc1e71c9d05c84547dba11798c373ddf URL: https://source.winehq.org/git/wine.git/?a=commit;h=49bea92bdc1e71c9d05c84547...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Apr 1 12:58:10 2022 +0200
wrc: Store language as a simple integer.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/wrc/genres.c | 47 ++++++++++++------------- tools/wrc/newstruc.c | 29 ++++------------ tools/wrc/newstruc.h | 4 +-- tools/wrc/parser.y | 63 ++++++++++++++------------------- tools/wrc/po.c | 98 ++++++++++++++++++++++++++-------------------------- tools/wrc/utils.c | 6 ++-- tools/wrc/utils.h | 2 +- tools/wrc/wrc.c | 23 ++++-------- tools/wrc/wrc.h | 2 +- tools/wrc/wrctypes.h | 11 ++---- 10 files changed, 120 insertions(+), 165 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=49bea92bdc1e71c9d05c8...