Re: [PATCH v4 0/1] MR3784: nsiproxy.sys: Implement ipv6_forward_enumerate_all.
15 Sep
2023
15 Sep
'23
9:22 a.m.
Huw Davies (@huw) commented about dlls/nsiproxy.sys/ip.c:
+ key_data = (BYTE *)key_data + key_size; + rw_data = (BYTE *)rw_data + rw_size; + dynamic_data = (BYTE *)dynamic_data + dynamic_size; + static_data = (BYTE *)static_data + static_size; + } + num++; + } + fclose(fp); + } +#else FIXME( "not implemented\n" ); - *count = 0; - return STATUS_SUCCESS; + return STATUS_NOT_IMPLEMENTED; +#endif + There are some extraneous spaces on this line.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/3784#note_45500
904
Age (days ago)
904
Last active (days ago)
0 comments
1 participants
participants (1)
-
Huw Davies (@huw)