Module: wine Branch: master Commit: c0a131f9d9d0826e4a0aa06ff1cdea66b73e222f URL: https://source.winehq.org/git/wine.git/?a=commit;h=c0a131f9d9d0826e4a0aa06ff...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Feb 12 16:34:59 2022 +0300
oleaut32: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/oleaut32/Makefile.in | 2 +- dlls/oleaut32/connpt.c | 120 +++----------------- dlls/oleaut32/dispatch.c | 13 ++- dlls/oleaut32/hash.c | 4 +- dlls/oleaut32/oleaut.c | 10 +- dlls/oleaut32/olefont.c | 53 +++------ dlls/oleaut32/olepicture.c | 79 +++++--------- dlls/oleaut32/olepropframe.c | 10 +- dlls/oleaut32/recinfo.c | 23 ++-- dlls/oleaut32/safearray.c | 20 ++-- dlls/oleaut32/typelib.c | 254 +++++++++++++++++++------------------------ dlls/oleaut32/usrmarshal.c | 97 +++++++++-------- dlls/oleaut32/varformat.c | 36 +++--- dlls/oleaut32/variant.c | 40 +++---- dlls/oleaut32/vartype.c | 24 ++-- 15 files changed, 312 insertions(+), 473 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c0a131f9d9d0826e4a0aa...