Module: wine Branch: master Commit: f504135e387b8fdbe955f4bbf6e4b542aab1ce1c URL: https://source.winehq.org/git/wine.git/?a=commit;h=f504135e387b8fdbe955f4bbf...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Feb 6 18:08:52 2020 +0100
wmc: Always output resource strings in Unicode format.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/wmc/lang.c | 18 ----- tools/wmc/lang.h | 1 - tools/wmc/mcy.y | 2 +- tools/wmc/wmc.c | 9 +-- tools/wmc/wmc.h | 1 - tools/wmc/wmc.man.in | 6 +- tools/wmc/write.c | 190 +++++++++++++++++---------------------------------- 7 files changed, 66 insertions(+), 161 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f504135e387b8fdbe955f...