Alexandre Julliard : wrc: Avoid using Windows types where possible.
Module: wine Branch: master Commit: dbfdcb13ffce0ff0c579f1c816d3b9e1c9faf6be URL: https://source.winehq.org/git/wine.git/?a=commit;h=dbfdcb13ffce0ff0c579f1c81... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jan 24 10:36:15 2022 +0100 wrc: Avoid using Windows types where possible. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- tools/wrc/dumpres.c | 2 +- tools/wrc/genres.c | 4 +- tools/wrc/newstruc.c | 26 +++++----- tools/wrc/newstruc.h | 6 +-- tools/wrc/parser.y | 4 +- tools/wrc/po.c | 17 +++--- tools/wrc/wrctypes.h | 142 +++++++++++++++++++++++++-------------------------- 7 files changed, 100 insertions(+), 101 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dbfdcb13ffce0ff0c579f...
participants (1)
-
Alexandre Julliard