windows support: fix _wstat misusage
commit71df95ceb6f72bfd8fc1c2032cfe216854eec19e
authorwm4 <wm4@nowhere>
Sun, 13 Jan 2013 13:46:02 +0000 (13 14:46 +0100)
committerUoti Urpala <uau@mplayer2.org>
Sun, 13 Jan 2013 22:40:24 +0000 (14 00:40 +0200)
tree55fe8b82ea58a8ee3f4baf575b2588b0a4d42345
parent393988c27486cf001f5ae277730641210e83165e
windows support: fix _wstat misusage

I have no idea when or how this broke, but _wstati64() is the function
we want anyway (64 bit filesize). Possibly this was a mingw-w64 bug.
It's unknown why "wstat()" just doesn't work in this case, as it's not
defined by MSDN and could be defined by mingw as it needs.
osdep/io.c
osdep/io.h