[ros-diffs] [arty] 22216: Fix four winetests from msvcrt:file.c - The winetests show that the pointer never moves after calling chsize. - Using SetEndOfFile is the best way to do this. I wrote a test case that uses WriteFile as we did before and it did not expand the file past eof.