Zebediah Figura : quartz/filesource: Use a completion port to handle asynchronous requests.
Module: wine Branch: master Commit: abac070387f908f853f38eddc67206ff7c657ae2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=abac070387f908f853f38eddc... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Wed Jan 29 19:56:59 2020 -0600 quartz/filesource: Use a completion port to handle asynchronous requests. Thus simplifying the code and allowing us to handle more than 63 at once. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/quartz/filesource.c | 376 ++++++++++++++++------------------------- dlls/quartz/tests/filesource.c | 26 ++- 2 files changed, 173 insertions(+), 229 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=abac070387f908f853f38...
participants (1)
-
Alexandre Julliard