msvcrt: Implemented stat64, wstat64 and fstat64.
commit7ecc283bd9b6713e84f2d5b314d1173b841ddbd5
authorDamjan Jovanovic <damjan.jov@gmail.com>
Wed, 14 Feb 2007 10:26:42 +0000 (14 12:26 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 14 Feb 2007 11:31:14 +0000 (14 12:31 +0100)
treea9d7343c6caacc6ec7fd2f850d82ed7505f18218
parentcbb6da2d70fa41eee3af65aef151935bb218c19d
msvcrt: Implemented stat64, wstat64 and fstat64.

Change all other variations of stat use the stat64 family, since it is
the most general.
dlls/msvcrt/file.c
dlls/msvcrt/msvcrt.spec
dlls/msvcrt/tests/headers.c