From aeb8488db71bd95cecbf87c0776dd0454876c918 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Mon, 12 Dec 2016 06:08:19 +0100 Subject: [PATCH] ole32-HGLOBALStream: Add reference to bug report. --- patches/ole32-HGLOBALStream/definition | 2 +- patches/patchinstall.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/patches/ole32-HGLOBALStream/definition b/patches/ole32-HGLOBALStream/definition index eef96faa..4968e736 100644 --- a/patches/ole32-HGLOBALStream/definition +++ b/patches/ole32-HGLOBALStream/definition @@ -1 +1 @@ -Fixes: Implement proper refcounting and locking for HGLOBAL based IStream +Fixes: [41738] Implement proper refcounting and locking for HGLOBAL based IStream diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 4ba09170..b6222674 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -5607,6 +5607,9 @@ fi # Patchset ole32-HGLOBALStream # | +# | This patchset fixes the following Wine bugs: +# | * [#41738] Implement proper refcounting and locking for HGLOBAL based IStream +# | # | Modified files: # | * dlls/ole32/hglobalstream.c, dlls/ole32/tests/hglobalstream.c # |