Module: wine Branch: master Commit: d8a358033f69c148a153694c589adb3f8a239695 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d8a358033f69c148a153694c5...
Author: Paul Gofman pgofman@codeweavers.com Date: Tue Mar 15 19:07:23 2022 +0300
winhttp: Use a single thread pool wrapper callback for async tasks.
Signed-off-by: Paul Gofman pgofman@codeweavers.com Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/winhttp/request.c | 74 +++++++++++++++++++++++------------------- dlls/winhttp/winhttp_private.h | 15 +++++++++ 2 files changed, 56 insertions(+), 33 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d8a358033f69c148a1536...