Module: wine Branch: master Commit: 1a7dbcfd420ffdffb3e65ec0d0a824077f97f58d URL: https://source.winehq.org/git/wine.git/?a=commit;h=1a7dbcfd420ffdffb3e65ec0d...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Sep 2 14:14:47 2020 +0300
combase: Move default memory stream implementation.
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/combase/Makefile.in | 1 + dlls/combase/combase.spec | 4 +- dlls/combase/hglobalstream.c | 455 ++++++++++++++++++++++++++++ dlls/ole32/Makefile.in | 1 - dlls/ole32/hglobalstream.c | 684 ------------------------------------------- dlls/ole32/ole32.spec | 4 +- 6 files changed, 460 insertions(+), 689 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1a7dbcfd420ffdffb3e65...