Turns out 64-bit fseek/ftell are not available on VS 2003/2002...
commit764d195bfa252775702bffc93989a35d0c19f035
authorJoão Abecasis <joao@abecasis.name>
Thu, 29 Oct 2009 14:32:03 +0000 (29 15:32 +0100)
committerJoão Abecasis <joao@abecasis.name>
Thu, 29 Oct 2009 17:38:49 +0000 (29 18:38 +0100)
treee92f4b77e687abc23bcdd7fa4c2d656df0275957
parent79da7bb4739f9f63178ce5146702dce6b8feafb9
Turns out 64-bit fseek/ftell are not available on VS 2003/2002...

Not when linking dynamically to the CRT (/MT). So we can't rely on them.
The declarations for those are also not on the standard headers.

Reverts "(MSVC 2002/2003) Use 64-bit versions of ftell and fseek", fixes
return type of QT_FTELL and skips known failures on large-file test
case.
mkspecs/win32-msvc.net/qplatformdefs.h
tests/auto/qfile/largefile/tst_largefile.cpp