ole32-HGLOBALStream: Add reference to bug report.

This commit is contained in:
Sebastian Lackner 2016-12-12 06:08:19 +01:00
parent a0e9a41f77
commit aeb8488db7
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
Fixes: Implement proper refcounting and locking for HGLOBAL based IStream
Fixes: [41738] Implement proper refcounting and locking for HGLOBAL based IStream

View File

@ -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
# |