https://bugs.winehq.org/show_bug.cgi?id=49919
--- Comment #5 from Daniel Ribeiro da Silva ferion11@hotmail.com --- git bisect start # good: [01bacebba418bf6f58a644b1aab41be215bd200a] Release 5.17. git bisect good 01bacebba418bf6f58a644b1aab41be215bd200a # bad: [9a6e5b23293fbad3bbdcd52007402a3b9a1cb99d] Release 5.18. git bisect bad 9a6e5b23293fbad3bbdcd52007402a3b9a1cb99d # skip: [c460d4ff35e69052a917a8d75f97f39d36747e52] sxs: Return correct path from IAssemblyCache::QueryAssemblyInfo(). git bisect skip c460d4ff35e69052a917a8d75f97f39d36747e52 # skip: [b936df428dc3f30f03c854abac8860888a983d67] wmc: Add Dxgi facility. git bisect skip b936df428dc3f30f03c854abac8860888a983d67 # skip: [158471d676e799d3d23a356b442ecc4afd2ade57] conhost: Delay creating input thread in Unix mode. git bisect skip 158471d676e799d3d23a356b442ecc4afd2ade57 # good: [da4dc79db93309ede68ca8baa82716f51f55fa0d] oleacc/tests: Use wide string constants. git bisect good da4dc79db93309ede68ca8baa82716f51f55fa0d # bad: [96dcee64307b63ed3c07d13832fee15c3dc21ff1] server: Implement object name information for registry keys. git bisect bad 96dcee64307b63ed3c07d13832fee15c3dc21ff1 # skip: [a9722145a86ce3392630d469308a9dd731e62e79] ntdll: Fix the spelling of the arch_context_parameters variable. git bisect skip a9722145a86ce3392630d469308a9dd731e62e79 # bad: [d28c7938c704fe4dcfc8920db494a7175a46fe6b] dmstyle: Return S_FALSE for IDirectMusicStyle8::GetMotif. git bisect bad d28c7938c704fe4dcfc8920db494a7175a46fe6b # good: [43115a74f94293994904c9857996e9576dc3a8eb] setupapi/tests: Add explicit field for inf contents size. git bisect good 43115a74f94293994904c9857996e9576dc3a8eb # good: [d26ad6db7d5a70c49d051af403d9befe2be7c8f8] ole32/clipboard: Use wide string constants. git bisect good d26ad6db7d5a70c49d051af403d9befe2be7c8f8 # good: [4e11e6e045edd514d553d32ef797cecf98d9a203] crypt32: Set key context if PKCS12_NO_PERSIST_KEY is passed, otherwise set key provider info. git bisect good 4e11e6e045edd514d553d32ef797cecf98d9a203 # first bad commit: [d28c7938c704fe4dcfc8920db494a7175a46fe6b] dmstyle: Return S_FALSE for IDirectMusicStyle8::GetMotif.
d28c7938c704fe4dcfc8920db494a7175a46fe6b is the first bad commit commit d28c7938c704fe4dcfc8920db494a7175a46fe6b Author: Myah Caron qsniyg@protonmail.com Date: Thu Sep 17 09:04:02 2020 +0000
dmstyle: Return S_FALSE for IDirectMusicStyle8::GetMotif.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=49850 Signed-off-by: Myah Caron qsniyg@protonmail.com Signed-off-by: Michael Stefaniuc mstefani@winehq.org Signed-off-by: Alexandre Julliard julliard@winehq.org
dlls/dmstyle/style.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)