Alexandre Julliard : wpcap: Convert the Unix library to the __wine_unix_call interface.
Module: wine Branch: master Commit: 5784c80ba19893eba59fe4e1143c03a567007036 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5784c80ba19893eba59fe4e11... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Nov 23 18:59:25 2021 +0100 wpcap: Convert the Unix library to the __wine_unix_call interface. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wpcap/Makefile.in | 1 + dlls/wpcap/unixlib.c | 320 +++++++++++++++++++++++++------------------------ dlls/wpcap/unixlib.h | 320 +++++++++++++++++++++++++++++++++++++++---------- dlls/wpcap/wpcap.c | 191 ++++++++++++++++++----------- 4 files changed, 536 insertions(+), 296 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5784c80ba19893eba59fe...
participants (1)
-
Alexandre Julliard