Zebediah Figura (@zfigura) commented about dlls/kernelbase/file.c:
return FALSE; }
- stream_count++;
stream_count doesn't actually do anything. It's unlikely that it ever will, either, but if it does, we should handle that when it's implemented, rather than pretending to right now. I.e. just pass a fixed "1" everywhere.
Similarly total_written and stream_written are redundant and can just be combined.