Module: wine Branch: master Commit: a74217447c7d550532152b3df05560bbd1a0ae76 URL: https://source.winehq.org/git/wine.git/?a=commit;h=a74217447c7d550532152b3df...
Author: Eric Pouech eric.pouech@gmail.com Date: Wed Mar 2 09:04:21 2022 +0100
ole32/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole32/tests/Makefile.in | 1 - dlls/ole32/tests/clipboard.c | 570 +++++++++--------- dlls/ole32/tests/compobj.c | 882 ++++++++++++++-------------- dlls/ole32/tests/defaulthandler.c | 48 +- dlls/ole32/tests/dragdrop.c | 40 +- dlls/ole32/tests/errorinfo.c | 8 +- dlls/ole32/tests/hglobalstream.c | 144 ++--- dlls/ole32/tests/marshal.c | 248 ++++---- dlls/ole32/tests/moniker.c | 1162 ++++++++++++++++++------------------- dlls/ole32/tests/ole2.c | 826 +++++++++++++------------- dlls/ole32/tests/ole_server.c | 86 +-- dlls/ole32/tests/propvariant.c | 72 +-- dlls/ole32/tests/stg_prop.c | 238 ++++---- dlls/ole32/tests/storage32.c | 724 +++++++++++------------ dlls/ole32/tests/usrmarshal.c | 238 ++++---- 15 files changed, 2643 insertions(+), 2644 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=a74217447c7d550532152...