Module: wine Branch: master Commit: 0f47bb66a6952080cca9d0eb7a3bed62ca44127d URL: https://source.winehq.org/git/wine.git/?a=commit;h=0f47bb66a6952080cca9d0eb7...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 17 09:36:46 2019 +0200
ole32: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole32/Makefile.in | 2 ++ dlls/ole32/bindctx.c | 2 +- dlls/ole32/classmoniker.c | 5 ++--- dlls/ole32/clipboard.c | 2 +- dlls/ole32/comcat.c | 9 ++++---- dlls/ole32/compobj.c | 47 +++++++++++++++++++---------------------- dlls/ole32/compositemoniker.c | 3 +-- dlls/ole32/datacache.c | 1 - dlls/ole32/defaulthandler.c | 5 ++--- dlls/ole32/errorinfo.c | 3 +-- dlls/ole32/filelockbytes.c | 5 ++--- dlls/ole32/filemoniker.c | 49 +++++++++++++++++++++---------------------- dlls/ole32/ftmarshal.c | 2 -- dlls/ole32/hglobalstream.c | 2 -- dlls/ole32/ifs.c | 2 -- dlls/ole32/itemmoniker.c | 9 ++++---- dlls/ole32/marshal.c | 1 - dlls/ole32/memlockbytes.c | 2 -- dlls/ole32/moniker.c | 12 ++++------- dlls/ole32/ole2.c | 21 ++++++++----------- dlls/ole32/ole2stubs.c | 2 -- dlls/ole32/ole32_main.c | 3 --- dlls/ole32/oleproxy.c | 2 -- dlls/ole32/rpc.c | 8 ++----- dlls/ole32/stg_prop.c | 8 ++----- dlls/ole32/storage32.c | 17 +++++++-------- dlls/ole32/usrmarshal.c | 11 +++++----- 27 files changed, 96 insertions(+), 139 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0f47bb66a6952080cca9d...