natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ) to...
authorRanjit Mathew <rmathew@hotmail.com>
Wed, 23 Oct 2002 20:44:24 +0000 (20:44 +0000)
committerAdam Megacz <megacz@gcc.gnu.org>
Wed, 23 Oct 2002 20:44:24 +0000 (20:44 +0000)
commit963f08a97fa92f5f46193758b84a56286dfb1e04
tree86dc75353f4f9538f44fc202b821288a8185f6d7
parente6f052b7e6e0d3969b9e3b1357980e00403d62cc
natFileWin32.cc (attr): Use FindFirstFile( ) instead of GetFileAttributesEx( ) to find file length and...

2002-10-23  Ranjit Mathew <rmathew@hotmail.com>

        * java/io/natFileWin32.cc (attr): Use FindFirstFile( ) instead of
        GetFileAttributesEx( ) to find file length and modification times,
        as the latter is not present on Windows 95.

From-SVN: r58466
libjava/ChangeLog
libjava/java/io/natFileWin32.cc