Module: wine Branch: master Commit: 233042bd751ac82f50870ff26bc765d2e94d0355 URL: https://source.winehq.org/git/wine.git/?a=commit;h=233042bd751ac82f50870ff26...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Feb 8 23:09:20 2022 +0300
ole32: Build without WINE_NO_LONG_TYPES.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole32/Makefile.in | 2 +- dlls/ole32/antimoniker.c | 11 ++- dlls/ole32/bindctx.c | 10 +-- dlls/ole32/classmoniker.c | 18 ++--- dlls/ole32/clipboard.c | 44 ++++++------ dlls/ole32/comcat.c | 6 +- dlls/ole32/compobj.c | 8 +-- dlls/ole32/compositemoniker.c | 44 ++++++------ dlls/ole32/datacache.c | 25 ++++--- dlls/ole32/defaulthandler.c | 37 +++++----- dlls/ole32/filelockbytes.c | 12 ++-- dlls/ole32/filemoniker.c | 6 +- dlls/ole32/git.c | 14 ++-- dlls/ole32/itemmoniker.c | 18 ++--- dlls/ole32/memlockbytes.c | 6 +- dlls/ole32/moniker.c | 28 ++++---- dlls/ole32/ole2.c | 52 +++++++------- dlls/ole32/ole2stubs.c | 4 +- dlls/ole32/oleobj.c | 33 ++++----- dlls/ole32/pointermoniker.c | 32 ++++----- dlls/ole32/stg_prop.c | 104 +++++++++++++-------------- dlls/ole32/stg_stream.c | 26 +++---- dlls/ole32/storage32.c | 162 +++++++++++++++++++----------------------- dlls/ole32/usrmarshal.c | 89 ++++++++++++----------- 24 files changed, 375 insertions(+), 416 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=233042bd751ac82f50870...