Module: wine Branch: master Commit: 8fe1c9e1bb39aabd8e4e25278952a6ead96531d2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=8fe1c9e1bb39aabd8e4e25278... Author: Paul Gofman <pgofman(a)codeweavers.com> Date: Wed Jun 3 00:11:33 2020 +0300 netio.sys: Add driver stub. Signed-off-by: Paul Gofman <pgofman(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- configure | 2 + configure.ac | 1 + dlls/netio.sys/Makefile.in | 7 + dlls/netio.sys/netio.c | 47 +++++ dlls/netio.sys/netio.sys.spec | 391 ++++++++++++++++++++++++++++++++++++++++++ loader/wine.inf.in | 2 + 6 files changed, 450 insertions(+) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8fe1c9e1bb39aabd8e4e2...