Module: wine Branch: master Commit: d7cc002566e375ccea62777befe3a67554ad6c48 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d7cc002566e375ccea62777bef...
Author: Andrew Eikum aeikum@codeweavers.com Date: Wed May 4 12:42:53 2016 -0500
winmm: Restrict some MCI actions to the creating thread.
This reverts commit 46d5973961fe2266074ac2855368c3fcf987c1b5 and fixes bug 38241 another way.
Signed-off-by: Andrew Eikum aeikum@codeweavers.com Signed-off-by: Akihiro Sagawa sagawa.aki@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mciqtz32/mciqtz.c | 199 +++++++++++------------------------------ dlls/mciqtz32/mciqtz_private.h | 13 --- dlls/winmm/mci.c | 6 ++ dlls/winmm/tests/mci.c | 41 +++++++++ 4 files changed, 97 insertions(+), 162 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d7cc002566e375ccea6277...