Module: wine Branch: master Commit: a7f0e61e6c5ed90299f7731906341cce2b415634 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a7f0e61e6c5ed90299f773190...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jan 24 12:17:22 2022 +0100
widl: Avoid using Windows types where possible.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/widl/client.c | 2 +- tools/widl/hash.c | 10 +- tools/widl/hash.h | 12 +- tools/widl/header.c | 14 +- tools/widl/parser.l | 4 +- tools/widl/parser.y | 6 +- tools/widl/proxy.c | 6 +- tools/widl/register.c | 18 +- tools/widl/server.c | 2 +- tools/widl/typegen.c | 2 +- tools/widl/typelib.c | 2 +- tools/widl/typelib_struct.h | 538 ++++++++++++++++++++++---------------------- tools/widl/typetree.c | 18 +- tools/widl/utils.h | 2 +- tools/widl/widl.c | 8 +- tools/widl/widltypes.h | 18 +- tools/widl/write_msft.c | 93 +++----- 17 files changed, 368 insertions(+), 387 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a7f0e61e6c5ed90299f77...