30 Aug
2018
30 Aug
'18
2:14 p.m.
https://bugs.winehq.org/show_bug.cgi?id=45372 --- Comment #13 from Vladimir <nickfaces(a)gmail.com> --- (In reply to Alistair Leslie-Hughes from comment #9) Found in your patch such lines: + hr = CreateStreamOnHGlobal(NULL, TRUE, &stream); + ok(hr == S_OK, "got 0x%08x\n", hr); + + hr = MFCreateMFByteStreamOnStream(stream, &bytestream ); + ok(hr == S_OK, "got 0x%08x\n", hr); If you fix 0x% 08x\n in the "universal" value type of 0x0XX0 XX will be the any value That can help? p.s. I'm completely zero in programming, but I'm trying to understand the logic of the patch -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.