Sorry for the late reply, I have lost this e-mail as well.
+ rc = WaitForSingleObject(ext->halt_event, 0)
You appear to be missing a ;
This does not compile. did you even test that before sending in the patch?
Otherwise the patch looks fine.
-aric
Sorry, I'm ashamed. I have sent a new compiled OK patch .
I thought this patch is very simple, so I didn't compiled and test.
2016-01-19 3:16 GMT+08:00 Aric Stewart aric@codeweavers.com:
Sorry for the late reply, I have lost this e-mail as well.
rc = WaitForSingleObject(ext->halt_event, 0)
You appear to be missing a ;
This does not compile. did you even test that before sending in the patch?
Otherwise the patch looks fine.
-aric