On 11.07.2016 22:07, John Sheu wrote:
Updating the patch now. Note in particular with the SetLastError() calls, that the error messages immediately after the API calls do print the result of GetLastError(), so it would be good to return the last error to a known state for that.
Thanks! -John Sheu
Usually SetLastError() is only used when the error code is tested explicitly, not when the error is printed in an ok() message for debugging purposes. If there are test failures, a developer will have to investigate what exactly is going wrong anyway.