Dmitry Timoshkov : ole32: Add CreateObjrefMoniker() stub implementation..
Module: wine Branch: master Commit: 21cf2dd15fa37b866fbf020e20e7f64be7c44f7d URL: https://source.winehq.org/git/wine.git/?a=commit;h=21cf2dd15fa37b866fbf020e2... Author: Dmitry Timoshkov <dmitry(a)baikal.ru> Date: Mon Nov 22 10:48:29 2021 +0300 ole32: Add CreateObjrefMoniker() stub implementation.. Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ole32/moniker.h | 4 +- dlls/ole32/ole32.spec | 2 +- dlls/ole32/ole32_objidl.idl | 6 + dlls/ole32/oleproxy.c | 13 ++ dlls/ole32/pointermoniker.c | 418 +++++++++++++++++++++++++++++++++++++++++++- dlls/ole32/tests/moniker.c | 249 +++++++++++++++++++++++++- include/objidl.idl | 5 +- 7 files changed, 691 insertions(+), 6 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=21cf2dd15fa37b866fbf0...
participants (1)
-
Alexandre Julliard