[PATCH] wineqtdecoder: Fix macos compile error (original) (raw)

Mathew Hodson mathew.hodson at gmail.com
Sat Dec 7 21:22:10 CST 2019


On Sat, Dec 7, 2019 at 1:03 AM Alistair Leslie-Hughes <leslie_alistair at hotmail.com> wrote:

Regression of 498179b4482026091bf7376c0d2ac9a036e7ca0e Signed-off-by: Alistair Leslie-Hughes <lesliealistair at hotmail.com> --- dlls/wineqtdecoder/qtsplitter.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/dlls/wineqtdecoder/qtsplitter.c b/dlls/wineqtdecoder/qtsplitter.c index 5b1e82ebc9b..956dd0a7d0d 100644 --- a/dlls/wineqtdecoder/qtsplitter.c +++ b/dlls/wineqtdecoder/qtsplitter.c @@ -285,7 +285,7 @@ static HRESULT qtsplitterstartstream(struct strmbasefilter *iface, REFERENCE QTSplitter *filter = implfromstrmbasefilter(iface); HRESULT hr = VFWENOTCONNECTED, pinhr; - EnterCriticalSection(&This->csReceive); + EnterCriticalSection(&filter->csReceive);

Wouldn't the original commit have failed to compile on all platforms?

Where is the This variable defined?



More information about the wine-devel mailing list