Module: wine Branch: master Commit: 5bf055a62d63bee2ab63f9f0359e129247965af4 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5bf055a62d63bee2ab63f9f03...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Nov 22 16:32:24 2019 +0100
winhttp: Use wide character string literals.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/cookie.c | 6 +- dlls/winhttp/request.c | 333 +++++++++++++++-------------------------- dlls/winhttp/session.c | 67 +++------ dlls/winhttp/url.c | 26 ++-- dlls/winhttp/winhttp_private.h | 8 - 5 files changed, 155 insertions(+), 285 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5bf055a62d63bee2ab63f...