Module: wine Branch: master Commit: 1def0982f16b1030de0b39c41dfe0496b27845da URL: http://source.winehq.org/git/wine.git/?a=commit;h=1def0982f16b1030de0b39c41d...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Aug 3 11:27:31 2015 +0200
winhttp: Always clear last error on success.
---
dlls/winhttp/request.c | 9 +++ dlls/winhttp/session.c | 29 ++++++++- dlls/winhttp/tests/notification.c | 47 +++++++++++--- dlls/winhttp/tests/url.c | 9 ++- dlls/winhttp/tests/winhttp.c | 131 ++++++++++++++++++++++++++++++++------ dlls/winhttp/url.c | 2 + 6 files changed, 194 insertions(+), 33 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=1def0982f16b1030de0b39...