Skip to content

vdlog: Use _wstat64 instead of GetFileSize

Frediano Ziglio requested to merge fziglio/vd_agent_win:stat64 into master

This has different advantages:

  • code is shorter and more readable;
  • does not need to open the file and close;
  • works on files bigger than 4gb.

Signed-off-by: Frediano Ziglio fziglio@redhat.com

Merge request reports