use GetFileAttributes() to check for readonly files under Win9x, the NT method doesn...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Dec 2008 14:19:43 +0000 (14:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 17 Dec 2008 14:19:43 +0000 (14:19 +0000)
commitc9c023ddeb1ba8d5c50b8a2d7718b1dd18665b2b
tree492e6e196373fdd0f1f39f93aaccd7e7687aa4f5
parent627e6ccd2c1421f7e0d0fa474f9c4750b960b92a
use GetFileAttributes() to check for readonly files under Win9x, the NT method doesn't seem to work there (see #4111)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/filefn.cpp