[PATCH v2 01/11] netio.sys: Add driver stub.

Paul Gofman pgofman at codeweavers.com
Tue Jun 2 15:07:50 CDT 2020


On 6/2/20 23:04, Alexandre Julliard wrote:
> Paul Gofman <pgofman at codeweavers.com> writes:
>
>> diff --git a/dlls/netio.sys/netio.sys.spec b/dlls/netio.sys/netio.sys.spec
>> new file mode 100644
>> index 00000000000..792d6005489
>> --- /dev/null
>> +++ b/dlls/netio.sys/netio.sys.spec
>> @@ -0,0 +1 @@
>> +#
> It would be better to add the full list of exports, declared as stubs,
> so we can see that there's a lot more to implement.
>
I guess there are just 1 or 2 of documented exports besides those 4
exported in the next patches. The real interface is passed through
dynamic tables from registration functions. Should I still dig for any
potentially remaining and add the stubs?




More information about the wine-devel mailing list