https://bugs.winehq.org/show_bug.cgi?id=45372
--- Comment #13 from Vladimir nickfaces@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